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/vmobifystudio/app-dev-team/app-auditgit clone --depth 1 https://github.com/vmobifystudio/app-dev-teamWhat 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.00048 | $0.01964 |
| Opus 5 | $0.00024 | $0.00982 |
| Sonnet 5 | $0.00010 | $0.00393 |
| Haiku 4.5 | $0.00005 | $0.00196 |
Grade A, and why
app-audit 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 2d 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 — 127 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/app-audit — Grade the app, then close the gaps
Dimension (optional, default = all): $ARGUMENTS
Preconditions
- Requires the as-built baseline from
/app-onboard(at leastdocs/20-architecture.md). If it's missing, run/app-onboardfirst, then continue. - Invoke
house-conventionsandbrownfield-onboardingbefore auditing.
Steps
- Fan out the auditors in parallel (single message), matched to the detected platform(s). Each
checks ONE dimension against the House KB pack it owns and returns findings, read-only:
-
iOS —
code-reviewergrading againstios-conventions.md, always. Theaxiom:*auditors are external and optional (separate plugin, not this one'sskills/) and are listed in exactly one place: the canonical auditor list inagents/code-reviewer.md. Read the roster and the detect-else-degrade rule there — do not re-list them here, because the copy that drifts is always the one nobody is looking at.State which auditors ran and which dimensions fell back, in the scorecard. Never skip a dimension silently: an unaudited dimension that prints no findings is indistinguishable from a clean one, and it is the scorecard the user makes the ship decision on.
-
Android —
code-revieweragainstandroid-conventions.md(the five ViewModel patterns, Room/DataStore rules, no logic in composables), plus lint/detekt/ktlint results. -
Monetization —
monetization-engineervsmonetization.md(paywall gateway, entitlement source of truth, AdGate ordering, NO-AD zones, consent, test-IDs-by-default). -
Analytics —
data-analystvsanalytics.md(consent gate, PII, event coverage of P0 features). -
ASO / store —
aso-specialistvsaso.md(readiness, Data Safety / Privacy Manifest). -
DevOps —
devops-engineervsgit-workflow.md(branch model, CI, signing, secrets hygiene). -
Security —
security-reviewer(MASVS). If a single dimension was named in $ARGUMENTS, run only that one.
-
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.
- 2d ago First seen · 127 lines · 48 tokens per session scan A 6a36dade38ed
app-audit is a command published in the GitHub repository vmobifystudio/app-dev-team (4 stars, last pushed 22d ago), licensed MIT. It adds 48 tokens to every session and 1,964 once invoked, about $0.0002 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-31.
Other commands, from other repositories
factory-report
Linear status report across configured repos — queue depth, triage backlog, ready-to-dispatch, blocked/held.
project
Manage projects: register repos, inspect, configure per-project settings, and remove.
feature
Post a feature to the Features Board on production and write tweets.
commit-all
Group all changes semantically and commit each group separately.
test-feature
Test a React Native feature on the running simulator/emulator. Verifies UI, user flows, and internal state. Generates a persistent Maestro test file.
android-build
Build Android project with Gradle, fix errors, generate APK/AAB. Invokes android-build-resolver for issues.