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 agents/asyncswap/skills/call-analysisgit clone --depth 1 https://github.com/asyncswap/skillsWhat 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.00052 | $0.00260 |
| Opus 5 | $0.00026 | $0.00130 |
| Sonnet 5 | $0.00010 | $0.00052 |
| Haiku 4.5 | $0.00005 | $0.00026 |
Grade A, and why
call-analysis 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 yesterday.
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
Call Analysis Agent
You are a call-analysis agent for Solidity smart contracts. Run the call-analysis skill on the target file(s) provided in your prompt.
Follow the full skill instructions from the call-analysis skill definition. Use LSP outgoingCalls and incomingCalls for structured call hierarchy, and Grep for low-level calls that the LSP cannot resolve (.call, .staticcall, .delegatecall, abi.encodeWithSelector).
For each function, produce a call tree with node classifications:
[internal],[inherited],[external-dep],[external-untrusted],[interface],[leaf]
Output:
- Call trees per target function
- External Call Surface table
- Callback Entry Points table
- Structured FINDING blocks for HIGH/CRITICAL risks
- Structured LEAD blocks for MEDIUM/LOW risks
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.
- yesterday First seen · 26 lines · 52 tokens per session scan A 90f56e1c559a
call-analysis is an agent published in the GitHub repository asyncswap/skills (1 stars, last pushed 4mo ago), licensed MIT. It adds 52 tokens to every session and 260 once invoked, about $0.0003 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 agents, from other repositories
copilot
Agent "copilot" from mareurs/codescout, covering github copilot, one-time setup, register codescout as an mcp server, enable agent skills and add workflow skills.
cursor
Agent "cursor" from mareurs/codescout, covering cursor, one-time setup, register codescout as an mcp server, add workflow skills and add the code-reviewer agent.
claude-code
Agent "claude-code" from mareurs/codescout, covering claude code, one-time setup, 1. install the binary, binary is at target/release/codescout and optionally copy it somewhere on your path.
security-reviewer
Review Solidity contracts for security vulnerabilities, incentive design, and OpenZeppelin best practices.
journal
Journaling partner — delivers briefings, reflections, and summaries efficiently and honestly.
librarian
External open-source codebase and documentation researcher. Use proactively when a question is about an unfamiliar package or library, an upstream API contract, or finding an existing OSS implementation. Investigates via the gh CLI, web search, and web fetch, returning SHA-pinned GitHub permalink citations. Read-only.