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 skills add ui-insight/vandalizer --skill vandalizer-apigit clone --depth 1 https://github.com/ui-insight/vandalizerWrote 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/ui-insight/vandalizer/vandalizer-api)<a href="https://agentmods.dev/skills/ui-insight/vandalizer/vandalizer-api"><img src="https://agentmods.dev/badge/skills/ui-insight/vandalizer/vandalizer-api.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.00084 | $0.02333 |
| Opus 5 | $0.00042 | $0.01167 |
| Sonnet 5 | $0.00017 | $0.00467 |
| Haiku 4.5 | $0.00008 | $0.00233 |
Grade A, and why
vandalizer-api scanned grade A with 2 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.
Asks for rootlowPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
Config lives at `~/.claude/vandalizer/config.json` (chmod 600). Each server has Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- Bash(curl *) The source is not reproduced here
Licensed GPL-3.0
The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.
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 · 217 lines · 84 tokens per session scan A 8c2fe2bb7ce4
vandalizer-api is a skill published in the GitHub repository ui-insight/vandalizer (11 stars, last pushed 2d ago), licensed GPL-3.0. It adds 84 tokens to every session and 2,333 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 2 findings (asks for root, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-05.
Other skills, from other repositories
background-task
Add or modify work that runs outside the request/response cycle — emails, document ingestion, webhooks, cleanups, scheduled jobs. Use when something is slow or fire-and-forget, or when adding a periodic/cron task. This project's queue is {{ cookiecutter.backgroundtasks }}.
channel-bot
Work with messaging-channel bots (Telegram / Slack) — register a bot, route inbound messages through the AI agent, handle webhooks vs polling, or add a new channel adapter. Use when wiring chat into a messaging platform or debugging bot delivery.
mcp_protocol
A set of rules and a Python structure for wrapping a service so AI clients can call its tools through MCP, an open protocol for connecting models to external tools. It uses server-sent events over HTTP for communication.
gitlab_write
Create, modify resources in GitLab. Use gitlabapi for everything.
code_analysis_patterns
Rules for analysing Python projects and identifying functions that could become MCP tools, which are callable functions exposed to an AI system.
后端编码
A backend coding guide covering web APIs, databases, error handling, logging, and endpoint tests. Backend code runs on servers and handles data and application operations.