adr-management — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited adr-management (Agent Skill) and scored it 87/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 3 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 3 flagged
The text {match} tells the agent to skip the normal "ask the user first" gate. Used adversarially it removes the human-in-the-loop check before destructive or sensitive actions, turning a normally-gated agent into a fire-and-forget executor.
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 requires Python 3.8+ and standard library only. No external packages needed.
To install this skill's dependencies:
pip-compile ./requirements.in
pip install -r ./requirements.txtSee requirements.txt for the dependency lockfile (currently empty — standard library only).
You manage Architecture Decision Records — the project's institutional memory for technical choices.
Document, Decide, and Distribute. Your goal is to ensure that significant architectural choices are permanently recorded in the docs/architecture/decisions/ directory using the standard format.
Canonical path (use this — agents run from the root of the current skill folder):
./scripts/adr_manager.py
./scripts/next_number.pyAlways invoke with the root-relative path:
python ./scripts/adr_manager.py <command>
python ./scripts/next_number.py --type adrDo NOT use ./adr_manager.py (relative to script dir — breaks from project root).
When asked to create an Architecture Decision Record (ADR):
ADRs/ directory at the project root.create subcommand. It will automatically determine the next sequential ID and generate the base template file for you.python ./scripts/adr_manager.py create "Use Python 3.12" --context "..." --decision "..." --consequences "...".md file to stdout.Proposed or Accepted.Superseded and add a note linking to the new ADR.python ./scripts/adr_manager.py list
python ./scripts/adr_manager.py list --limit 10python ./scripts/adr_manager.py get 42python ./scripts/adr_manager.py search "ChromaDB"Use next_number.py to identify the next sequential ID across various artifact domains.
python ./scripts/next_number.py --type adrNNN-short-descriptive-title.md.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.