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 skills/yonatangross/orchestkit/audit-fullnpx skills add yonatangross/orchestkit --skill audit-fullgit clone --depth 1 https://github.com/yonatangross/orchestkitWrote 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/skills/yonatangross/orchestkit/audit-full)<a href="https://agentmods.dev/skills/yonatangross/orchestkit/audit-full"><img src="https://agentmods.dev/badge/skills/yonatangross/orchestkit/audit-full.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.00060 | $0.03377 |
| Opus 5 | $0.00030 | $0.01688 |
| Sonnet 5 | $0.00012 | $0.00675 |
| Haiku 4.5 | $0.00006 | $0.00338 |
Grade A, and why
audit-full 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 yesterday.
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 — 272 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Full-Codebase Audit
Single-pass whole-project analysis leveraging Opus 5's extended context window. Loads entire codebases (~50K LOC) into context for cross-file vulnerability detection, architecture review, and dependency analysis.
Quick Start
/ork:audit-full # Full audit (all modes)
/ork:audit-full security # Security-focused audit
/ork:audit-full architecture # Architecture review
/ork:audit-full dependencies # Dependency audit
Opus 5: Uses
complexity: maxfor extended thinking across entire codebases. 1M context (default and maximum on Opus 5) enables cross-file reasoning that chunked approaches miss. Effort defaults tohigh; bump toxhighfor one additional cross-file pattern sweep on the hardest codebases.
1M Context Required: If
CLAUDE_CODE_DISABLE_1M_CONTEXTis set, audit-full cannot perform full-codebase analysis. Check:echo $CLAUDE_CODE_DISABLE_1M_CONTEXT— if non-empty, either unset it (unset CLAUDE_CODE_DISABLE_1M_CONTEXT) or use/ork:verifyfor chunked analysis instead.
Effort (CC 2.1.111+):
xhighadds a second pass that re-reads cross-module boundaries specifically looking for patterns the first pass normalized over. The Opus tier has defaulted tohighsince CC 2.1.154 and reservesxhighfor the hardest codebases. Silently falls back tohighon other models;/ork:doctorwarns on mismatch.
Switching to Opus (CC 2.1.144+):
/modelnow affects the current session only — pick Opus for this audit without it persisting. Pressdin the picker only if you want it as the default for new sessions too.
STEP 0: Verify User Intent with AskUserQuestion
BEFORE creating tasks, clarify audit scope using the interactive dialog.
Load: Read("${CLAUDE_PLUGIN_ROOT}/skills/audit-full/references/audit-scope-dialog.md") for the full AskUserQuestion dialog with mode options (Full/Security/Architecture/Dependencies) and scope options (Entire codebase/Specific directory/Changed files).
What ships with it
17 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- assets/audit-report-template.md 3.0 KB
- assets/severity-matrix.md 3.4 KB
- checklists/audit-completion.md 2.0 KB
- references/adversarial-refutation.md 3.6 KB
- references/architecture-review-guide.md 4.8 KB
- references/audit-scope-dialog.md 1.7 KB
- references/dependency-audit-guide.md 3.4 KB
- references/report-structure.md 2.0 KB
- references/security-audit-guide.md 3.6 KB
- references/token-budget-planning.md 2.4 KB
- references/token-estimation.md 2.6 KB
- rules/_sections.md 710 B
- rules/finding-severity-classification.md 2.5 KB
- rules/scope-declaration.md 2.1 KB
- scripts/estimate-tokens.sh 3.9 KB runs code
- test-cases.json 1.7 KB
- workflows/audit-full-mapreduce.js 13 KB runs code
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.
- yesterday First seen · 272 lines · 60 tokens per session scan A 24e6717df874
audit-full is a skill published in the GitHub repository yonatangross/orchestkit (225 stars, last pushed yesterday), licensed MIT. It adds 60 tokens to every session and 3,377 once invoked, about $0.0003 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-09-03.
Other skills, from other repositories
cocotrace
Build and query the SHA-256 requirements-to-implementation traceability graph across lifecycle artifacts.
idea-clarifier
Clarifies a vague request into a concrete starting point.
source-validation-skill
Validates the credibility of information sources, highlighting reliability, relevance, and potential biases.
video-script-generator
Generates video scripts with hooks, structured sections, pacing, and call-to-actions optimized for engagement and retention.
devops-assistant
Assists in version control, deployment, and automation tasks, ensuring smooth DevOps operations and workflow efficiency.
flowchart-decision-builder
Generates decision trees and flowcharts from textual input to simplify complex decision-making processes.