Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add tinoimammp/vantage-security-agent/plugin install vantageWrote 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/tinoimammp/vantage-security-agent/fix-issue)<a href="https://agentmods.dev/commands/tinoimammp/vantage-security-agent/fix-issue"><img src="https://agentmods.dev/badge/commands/tinoimammp/vantage-security-agent/fix-issue.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.1 | $0.00027 | $0.00454 |
| Opus 5 | $0.00014 | $0.00227 |
| Sonnet 5 | $0.00005 | $0.00091 |
| Haiku 4.5 | $0.00003 | $0.00045 |
Grade A, and why
fix-issue 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 6d 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.
What it actually says
This command modifies source code in the current repository. Unlike
every scan command, this is destructive by design — review the result with
git diff before committing.
Fix finding $ARGUMENTS (a finding id like F-001) against the current
project.
- If no id was given, stop and ask for one — do not guess which finding to fix.
- Read
./.vantage/artifacts/findings/validated-findings.json. Find the entry with thisid.- Not found → stop, report that the id doesn't exist (maybe check
spelling, or run
/vantage:scan-web//vantage:scan-mobilefirst). - Found but
validated: false→ stop, report that only validated findings can be fixed. ./.vantage/artifacts/fixes/<id>.mdalready exists → stop, report it's already been addressed (fixed or marked not_auto_fixable) — don't re-apply.
- Not found → stop, report that the id doesn't exist (maybe check
spelling, or run
- Dispatch
fix-agentvia Task for this one finding. It reads its own methodology from${CLAUDE_PLUGIN_ROOT}/agents/others/fix-agent.md, re-locates the vulnerable pattern in the current source (it may have moved), and applies the minimal targeted edit implementing theremediation— or marks itnot_auto_fixablewith a reason if a safe automated edit isn't possible. - Confirm
./.vantage/artifacts/fixes/<id>.mdwas written, and append the result to./.vantage/artifacts/run-log.md.
Report which file(s) changed (or why the fix was skipped), and remind the
user that fix-agent never runs a build or test suite — they must review
the diff and run their own tests before committing.
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.
- 6d ago First seen · 36 lines · 27 tokens per session scan A 45c36f6cb58e
fix-issue is a command published in the GitHub repository tinoimammp/vantage-security-agent (4 stars, last pushed 1mo ago), licensed MIT. It adds 27 tokens to every session and 454 once invoked, about $0.0001 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
review-cheatsheet-pr
Aggressively review an OWASP cheat sheet PR across security, practicality, links/sources, duplication, and language; produce a single MERGE/REQUESTCHANGES/CLOSE verdict.
scope
Prepare a focused analysis scope for large codebases or monorepos using repomix. Creates a digestible snapshot of the target code for subsequent security analysis.
threats
Combines application understanding with systematic threat identification. First understands the application, then identifies what could go wrong.
mobile-audit
End-to-end mobile audit driver for Android targets. Most Android bug-bounty work involves a decompiled APK that's been split into two directories.
propagate
When you find one vulnerability, search for the same pattern everywhere else. Developers often make the same mistake repeatedly.
sinks
Search the codebase for dangerous functions that could lead to vulnerabilities. Optionally auto-discover logging patterns and sensitive data sources.