build-dependency-management — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited build-dependency-management (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.
How a project declares versions, shares build logic, and admits new dependencies. The cross-cutting principles hub is the coding-standards skill; this skill is the build-layer detail.
libs.versions.toml, or the equivalent lock and manifest pair for the language).
lives in one place so a bump is one edit.
different build tomorrow.
already governs.
compatible. Pinning one member of a managed family by hand is how version-skew bugs start.
rather than repeating it in every module. Repetition across module build files drifts the same way duplicated code does.
liability, not a free function.
that is abandoned in two years.
example forbidding copyleft licenses in distributed code).
Enabling a self-scanning bot or auto-merging a dependency bump is an approval-gated decision, not a default.
Never commit generated sources or build output. Regenerate them from their source, and never hand-edit a generated file; change the input and run the generator. A generated file checked into version control drifts from its source the first time someone edits it by hand.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.