weekly-composer-dependency-audit — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited weekly-composer-dependency-audit (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.
Deliver a weekly Composer dependency audit summary.
Kickoff prompt:
/loop 7d Start the "Composer Dependency Audit Weekly" loop.
Goal: deliver a weekly Composer dependency audit summary.
Between iterations run: composer outdated --direct || true
Exit when: summary is posted with recommended upgrades.
Step 1: Run composer outdated and composer audit, categorize updates, and propose a safe upgrade plan.Run this in the target project:
composer outdated --direct || trueAlso run the Composer security audit:
composer audit || trueIf there is no composer.json, stop and report that the current directory is not a Composer/PHP project.
Summarize the result with:
composer.json, composer.lock, and framework hints like Laravel packages.composer audit, grouped by severity, if audit output is available.Keep the report direct. Do not apply upgrades unless the user asks you to do the upgrade work.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.