010103-package-operations — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited 010103-package-operations (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 covers day-to-day package management operations across npm, pnpm, and bun.
python scripts/validate.py installpython scripts/validate.py outdatedpython scripts/validate.py auditpython scripts/validate.py publishpython scripts/validate.py doctor| Task | npm | pnpm | bun |
|---|---|---|---|
| Install | npm install | pnpm install | bun install |
| Add dep | npm install <pkg> | pnpm add <pkg> | bun add <pkg> |
| Remove | npm uninstall <pkg> | pnpm remove <pkg> | bun remove <pkg> |
| Update all | npm update | pnpm update | bun update |
| Audit | npm audit | pnpm audit | bun pm audit |
| Outdated | npm outdated | pnpm outdated | bun outdated |
| Publish | npm publish | pnpm publish | bun publish |
| Doctor | npm doctor | pnpm doctor | bun --help |
--frozen-lockfile in CI (npm ci, pnpm install --frozen-lockfile, bun install --frozen-lockfile)save-exact=true in .npmrcnpm audit --audit-level=highreferences/ops-guide.md — PM-specific commands for install, update, audit, publish, and troubleshootingscripts/validate.py — Validation tool for package operations~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.