
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
@appthrust/kubernetes-models-appthrust
Advanced tools
appthrust models.
Install with npm.
npm install @appthrust/appthrust@0.1.0
import { Project, IProject } from "@appthrust/appthrust/projects.appthrust.io/v1alpha1";
// Create a new Project
const project = new Project({
metadata: {
name: "my-project",
},
spec: {
displayName: "My Project",
description: "This is my first project",
template: "nodejs",
},
});
// Validate against JSON schema
project.validate();
// Get the raw JSON representation
const json = project.toJSON();
// Create a new instance from JSON
const anotherProject = new Project(json);
If you encounter issues with the token expiring when getting CRDs, you can clone the appthrust repository and specify the relative path to the CRD files instead.
git clone https://github.com/appthrust/appthrust.git
package.json, update the crd-generate.input field to point to the cloned CRD files. For example:"crd-generate": {
"input": [
"../../appthrust/apps/project/crds/projects.appthrust.io.yaml"
],
"output": "./gen"
}
This way, the CRDs will be read from the cloned repository instead of the token URL.
MIT
FAQs
kubernetes models for appthrust
We found that @appthrust/kubernetes-models-appthrust demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.