dependency-cleanup-41124b — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited dependency-cleanup-41124b (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.
Bloated dependencies slow down builds, increase security surface area, and complicate updates. Audit manifests against actual imports, remove unused packages via the package manager (so lockfiles stay correct), and validate with the build.
npm ls --depth=0 # JavaScript/TypeScript
pip list --not-required # Python: packages nothing else depends on grep -rn "from ['\"]lodash\|require(['\"]lodash" .
grep -rn "^import requests\|^from requests" . # Python import forms
npx depcheck # JS/TS: automated manifest-vs-import report, if availableSearch build scripts, configs, and CI files too — not just src/.
npm uninstall lodash or pip uninstall ...). Do not just manually edit the manifest unless absolutely necessary, to ensure lockfiles are updated correctly.moment and date-fns), flag it to the user for future consolidation. Do not attempt a massive library migration autonomously.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.