
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.
create-yamlresume
Advanced tools
create-yamlresume helps you create a new YAMLResume project with a one-liner command.
With npx:
npx create-yamlresume my-resume
With npm:
npm init yamlresume my-resume
With yarn:
yarn create yamlresume my-resume
With pnpm:
pnpm create yamlresume my-resume
This tool will:
package.json with YAMLResume dependency and useful scripts.gitignore file with appropriate excludesREADME.md with basic usage instructionsyamlresume newThe generated project will have:
my-resume/
├── package.json # Project configuration with yamlresume dependency
├── .gitignore # Git ignore rules
├── README.md # Project documentation
└── resume.yml # Your YAML resume (filename you choose)
In the generated project, you can run:
npm run build - Build your resume to PDFnpm run dev - Watch for changes and rebuild automaticallynpm run validate - Validate your resume against the schemanpm run yamlresume - Run the YAMLResume CLIFAQs
Create a new YAMLResume project
We found that create-yamlresume demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.