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/luisgf/infrabroker/issuenpx skills add luisgf/infrabroker --skill issuegit clone --depth 1 https://github.com/luisgf/infrabrokerWrote 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/luisgf/infrabroker/issue)<a href="https://agentmods.dev/skills/luisgf/infrabroker/issue"><img src="https://agentmods.dev/badge/skills/luisgf/infrabroker/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 | $0.00079 | $0.01530 |
| Opus 5 | $0.00039 | $0.00765 |
| Sonnet 5 | $0.00016 | $0.00306 |
| Haiku 4.5 | $0.00008 | $0.00153 |
Grade A, and why
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 5d 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.
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.
- 5d ago First seen · 135 lines · 79 tokens per session scan A 535791cda2f2
issue is a skill published in the GitHub repository luisgf/infrabroker (11 stars, last pushed yesterday), licensed GPL-3.0. It adds 79 tokens to every session and 1,530 once invoked, about $0.0004 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-30.
Other skills, from other repositories
aishield
AIShield Security Scanner — 对齐 OWASP MCP Top 10 (2025 v0.1) 的 AI Agent 安全扫描工具。 133条检测规则,5维评分体系(安全性/权限/数据处理/供应链/可靠性)。 检测能力:工具投毒、命令注入、Prompt注入(中英文)、供应链攻击、 SSRF、密钥泄露、权限提升、违禁词合规等。.
aishield-security-scan
使用 AIShield 对 MCP 服务器 / Agent 配置 / AI Skill 做安全扫描,覆盖 OWASP MCP Top 10 与 Agentic AI Top 10(含记忆投毒、沙箱逃逸)。当用户要审计 AI 工具、检查 MCP 服务器安全、评估 Agent 风险、给 agent 工作区做启动前预扫、生成 SBOM/SARIF 时使用。.
aishield
Local, open-source security scanner for MCP servers, AI agent skills, GPTs and prompts. Produces a 4-dimensional (security / privacy / quality / performance) score plus an optional certified badge. Scans static artifacts only — it never executes commands from the config being scanned, and your code never leaves your…
polygraph
Behavioral trust grades (A–F) for MCP servers. Use when an agent needs to check whether an MCP server is safe before using it, verify an onchain attestation before trusting or paying a server, look up a server's published grade, get a project graded, or understand why a server received a grade. Polygraph connects to…
copilot-sdk
Build agentic applications with GitHub Copilot SDK. Use when embedding AI agents in apps, creating custom tools, implementing streaming responses, managing sessions, connecting to MCP servers, or creating custom agents. Triggers on Copilot SDK, GitHub SDK, agentic app, embed Copilot, programmable agent, MCP server…
refactor
Surgical code refactoring to improve maintainability without changing behavior. Covers extracting functions, renaming variables, breaking down god functions, improving type safety, eliminating code smells, and applying design patterns. Less drastic than repo-rebuilder; use for gradual improvements.