codebase-architecture-audit — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited codebase-architecture-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.
Bundled commands use $PLUGIN_ROOT ($env:PLUGIN_ROOT in PowerShell; same path suffix) for the plugin root. Set it once: use the host's plugin-root variable when defined (Claude Code: PLUGIN_ROOT="$CLAUDE_PLUGIN_ROOT"), otherwise the absolute path of this plugin's root directory.
Use to inspect the architecture that exists in code, not the architecture people intend it to have.
Gather repository guidance, product/domain context, top-level structure, entry points, manifests, ownership files, architecture docs, ADRs, API contracts, schemas, runtime/deployment evidence, tests, observability hooks, and recent changes.
Run the probe when useful:
python3 "$PLUGIN_ROOT/scripts/architecture_probe.py" <repo-path> --json
python3 "$PLUGIN_ROOT/scripts/architecture_probe.py" <repo-path> --json --git-history
python3 "$PLUGIN_ROOT/scripts/architecture_probe.py" <repo-path> --json --policy <policy.json>For major findings capture stimulus, environment, desired response, response measure, quality attribute, and tradeoff. If no scenario or quality attribute is affected, keep it as an investigation note.
smell: structural warning such as cycles, hubs, shotgun surgery, unstable dependencies.debt: accepted or accidental shortcut with carrying cost and repayment path.erosion: drift from intended architecture or decisions.inconsistency: violation of documented rule, constraint, or ADR.knowledge-gap: missing rationale, owner, or decision history.Severity: P0 production/data/security/release failure, P1 high-cost architecture blocker, P2 meaningful debt, P3 local gap or low-risk cleanup.
For architecture-significant implementation work, hand the audit forward into a proof-oriented chain: refactoring strategy, fitness functions, conformance when intent exists, runtime topology when runtime paths change, and ownership topology when owner boundaries matter. Record which specialized skills were used or safely skipped.
Compact: architecture summary, evidence inspected, risks by severity, next actions, validation gaps.
Durable: use architecture_intelligence.audit.v1; use structure_metrics.v1, runtime_topology.v1, or ownership_topology.v1 when the main artifact is that evidence snapshot.
Do not turn taste preferences into findings. Require source evidence and concrete effect on changeability, reliability, scalability, security, operability, or delivery.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.