Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/solanabr/auditor-skill/triagegit clone --depth 1 https://github.com/solanabr/auditor-skillWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/solanabr/auditor-skill/triage)<a href="https://agentmods.dev/commands/solanabr/auditor-skill/triage"><img src="https://agentmods.dev/badge/commands/solanabr/auditor-skill/triage.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00162 | $0.01449 |
| Opus 5 | $0.00081 | $0.00724 |
| Sonnet 5 | $0.00032 | $0.00290 |
| Haiku 4.5 | $0.00016 | $0.00145 |
Grade A, and why
auditor:triage scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 41 lines — stays where its author put it; the contents beside it link to each section on GitHub.
auditor-skill — Batch Triage Checkpoint
Arguments: $ARGUMENTS
Run one consolidated triage pass over the candidate finding set, so calibration is a single auditable checkpoint instead of being diffused across the leaf reviewers. Read OUTPUT-RULES.md first — Rule 1 (severity 1–10, the "Notes & Nitpicks" tier below severity 1), Rule 5b (the validation gate + [UNCONFIRMED]/[UNDETERMINED] outcomes) — and references/false-positives.md (the triage catalog + the "quantify the barrier" symmetric-rejection rule). Re-run this after any new review phase adds candidates.
Input
The current candidate set — every [FAIL-N] / [PARTIAL] / [UNCONFIRMED] the reviewers have emitted this run (from audit_<n>/ worksheets / session findings). Triage is idempotent: re-running folds in new candidates without re-litigating settled ones.
Steps
-
Dedup by root-cause signature. Collapse candidates that share a root-cause signature — the normalized code shape of the bug (e.g. a missing signer check, an unchecked
*, a PDA derived without the stored bump), the same signature/auditor:re-audituses for its sibling sweep. Two candidates with the same signature at the same root cause are one finding (record all locations); the same signature at different sites are siblings (keep separate, note the shared class).- If
tools/auditor-toolsis built (test -x tools/auditor-tools/target/release/audit-mem), runaudit-mem check --program-id <id> --signature <sig>per candidate: an authoritativeFALSE_POSITIVEruling auto-suppresses the candidate to[N/A — prior ruling #<id>](record the ruling id in the suppression appendix — never drop it silently).audit-mem regressions --program-id <id>flags anyfinding_idpreviouslyFIXEDand now re-observed asREGRESSED(deterministic). If the tools are absent, dedup by signature manually and note the tooling gap. (Seereferences/orchestration/pre-scan.md.)
- If
-
Rule 5b calibration (the gate, applied in batch). Every candidate at N≥6 must carry a filled Reachability + Math/State-Bounds block (plus Attacker-Model for N≥7). A candidate that cannot complete the gate with cited evidence is downgraded — never left as a bare
[FAIL-N]:[UNCONFIRMED]— the gate failed on reachability or bounds (unreachable / unbounded as written); reported for manual follow-up, not counted as a confirmed FAIL.[UNDETERMINED]— the path is reachable but its full impact could not be quantified in scope; carried at its likely severity band with "extent not determined within this assessment". Reachable-but-unquantified ≠ unreachable.- Cross-check each candidate against
references/false-positives.md(FP-1…FP-6 + the fast pass): a candidate matching an entry needs the specific escape cited tofile:line, or it is downgraded. - Quantify every downgrade. A rejection on "not profitable" / "not exploitable" must show the worked bound — concrete numbers (capital vs. max extractable, cost > gain by how much) or the named blocking precondition @
file:line. A bare "not profitable" / "attacker gains nothing" is not a valid rejection (symmetric to an unquantified High): the finding stays open ([PARTIAL]/[UNCONFIRMED]) until the barrier is computed. Delegate re-derivation of contested N≥8 candidates topeer-reviewerif a judgment call needs an independent read.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 41 lines · 162 tokens per session scan A fdff43dcfef6
auditor:triage is a command published in the GitHub repository solanabr/auditor-skill (52 stars, last pushed 1mo ago), licensed MIT. It adds 162 tokens to every session and 1,449 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
review
Review code changes for Shannon-specific patterns, security, and common mistakes.
debug
Systematically debug errors using context analysis and structured recovery.
pr
Create a PR to main branch using conventional commit style for the title.
plamen-l1
Launch or resume a Plamen L1 infrastructure audit through the deterministic driver.
audit
Full project audit with Health Score, findings, and a prioritized fix plan.
build-unity
Build Unity project (WebGL, Desktop, or PSG1).