fix-plan — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited fix-plan (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.
When the user asks for a remediation plan, fix recipe, or "what should I patch first":
scan or scan-full per scope). If a recent .tridentchain-out/scan-report.json exists, you may reuse it.raw_summary.affected_components, build a prioritised plan:URGENT if KEV-listed OR EPSS > 0.5; HIGH if EPSS > 0.1; INFO otherwise.cd <manifest_dir> && npm install <pkg>@<fix_version>pip install --upgrade '<pkg>>=<fix_version>'brew upgrade <pkg>validate-fixes once the patches are applied — this closes the loop and verifies the CVEs are actually resolved.package.json files or multiple requirements.txt in the project, separate the commands per directory.tridentchain-security --scan project --project-path . --output-dir .tridentchain-out
# Open the EPSS-prioritised remediation report:
open .tridentchain-out/scan-remediation-epss.htmlThe HTML report already shows the EPSS-ranked remediation queue with per-package fix commands.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.