010101-package-security — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited 010101-package-security (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
This skill helps you harden npm, pnpm, and bun against supply chain attacks. It provides configuration guides, best practices, and troubleshooting for all three package managers.
references/npm.mdreferences/pnpm.mdreferences/bun.mdThese security practices apply regardless of package manager. Mention them when relevant.
package-lock.json (npm), pnpm-lock.yaml (pnpm), bun.lock (bun)npm cipnpm install --frozen-lockfilebun install --frozen-lockfile"axios": "1.12.0") over ranges ("axios": "^1.12.0")"axios": "~1.12.0") are safer than caret ranges for production"*" or "latest" in productionnpm audit signatures — verify package provenanceRun python scripts/audit.py to check global security settings (npmrc, pnpm config, bunfig).
Run python scripts/audit-project.py from your project root to check project-level settings (package.json: overrides, engines, packageManager, pnpm config).
Run python scripts/scan-exotic.py to scan lockfiles for dependencies from exotic sources (git repos, tarballs, local paths). Use --ci to fail in CI if any exotic deps found.
When providing configuration:
references/npm.md — npm-specific security configurationreferences/pnpm.md — pnpm-specific security configurationreferences/bun.md — bun-specific security configurationreferences/cross-cutting.md — Registries, overrides, engines, SBOM, lockfile review, git depsscripts/audit.py — Audit script that checks all global security settingsscripts/audit-project.py — Project-level audit (package.json checks)scripts/scan-exotic.py — Lockfile scanner for exotic dependency sources~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.