/scan-diff
Scan only the changed files in a single commit or PR/MR for newly introduced vulnerabilities (fast incremental check, not a full pipeline run)
$ npx -y skills add tinoimammp/vantage-security-agent --agent claude-codeShips with vantage. Installing the plugin gets this command.
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/scan-diff
Context preview
What this command does when you run it.
Scan only the changed files in a single commit or PR/MR for newly introduced vulnerabilities (fast incremental check, not a full pipeline run)
AI SAST framework for web & mobile apps, shipped as a Claude Code plugin. Agents read your source code and produce a validated, evidence-backed vulnerability report โ no running the app, no network requests.
Repo: tinoimammp/vantage-security-agent
Other commands on vantage.
- /fix-diff
Apply a code-level fix for a finding from /vantage:scan-diff's commit/PR/MR scan โ modifies the target repository's source code
Open command - /fix-issue
Apply a code-level fix for one validated finding by id (e.g. F-001) โ modifies the target repository's source code
Open command - /fix
Apply code-level fixes for ALL validated findings, one at a time โ modifies the target repository's source code
Open command - /scan-mobile
Run the full mobile SAST pipeline (phases 01-06) against this repository โ Android, iOS, React Native, or Flutter
Open command - /scan-web
Run the full web SAST pipeline (phases 01-06) against this repository
Open command

