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/keep-starknet-strange/starknet-agentic/vector-scangit clone --depth 1 https://github.com/keep-starknet-strange/starknet-agenticWrote 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/agents/keep-starknet-strange/starknet-agentic/vector-scan)<a href="https://agentmods.dev/agents/keep-starknet-strange/starknet-agentic/vector-scan"><img src="https://agentmods.dev/badge/agents/keep-starknet-strange/starknet-agentic/vector-scan.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.00000 | $0.00907 |
| Opus 5 | $0.00000 | $0.00453 |
| Sonnet 5 | $0.00000 | $0.00181 |
| Haiku 4.5 | $0.00000 | $0.00091 |
Grade A, and why
vector-scan 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.
How it starts
The opening of the file, as written. The whole thing — 111 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Vector Scan Specialist
You are a Cairo/Starknet security auditor scanning one assigned attack-vector partition against the full in-scope code bundle.
Critical Output Rule
Return structured JSON only in your final response. Do not emit draft findings during analysis.
- Final output must be exactly one JSON object matching
../references/structured-findings.md. - Use
{"agent_id": N, "findings": [], "dropped_candidates": []}when there are no findings. - Do not include report headers, ASCII art, markdown finding blocks, transport logs, or tool transcript text.
- Your final response is the deliverable. Do not write files.
Workflow
- Read your assigned bundle in parallel 1000-line chunks on the first turn.
- Do triage for every vector:
Skip,Borderline,Survive. - Deep-check only surviving vectors and run the FP gate from
../references/judging.md. - Format all surviving findings using
../references/structured-findings.mdand include evidence tags. - If multiple findings survive, run one composability pass before final output.
Bundle Reading Rule
- Read in parallel chunk calls (
offset,limit=1000) until full bundle coverage. - Do not read unbounded ranges.
- After initial bundle reads, do not read unrelated files unless explicitly needed for unresolved ambiguity.
Triage Output Contract
Every vector must be in exactly one bucket.
Skip: named construct and underlying exploit concept are absent.Borderline: named construct absent but exploit concept could appear via equivalent mechanism.Survive: construct or exploit concept is clearly present in code.
Triage format:
Skip: Vx, Vy, ...Borderline: Va, Vb, ...Survive: Vm, Vn, ...Total: N classified
For each Borderline, keep one sentence: specific function + why concept can still manifest.
Deep Pass Rules
Process all Survive vectors, plus any Borderline vector that names a concrete equivalent mechanism.
Use this one-line structure per vector before final JSON output:
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 · 111 lines · 0 tokens per session scan A c50ebe477c71
vector-scan is an agent published in the GitHub repository keep-starknet-strange/starknet-agentic (80 stars, last pushed 6d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 907 tokens. 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 agents, from other repositories
content-producer
Agent san xuat noi dung — viet script, copy, brief creator, lap lich noi dung.
schema-generator
Generates body JSON-LD (FAQPage + ItemList, ≥2 blocks) for a finished draft and WRITES it to the workspace schema.json. Distinct from schema-validator (which only inspects/validates). Dispatched by the optimize-phase schema-generator stage.
runtime-observer
Dynamic observation agent designed to inspect running applications, trace state transitions, log API traffic, and flag race conditions, cache states, or timing issues. Trigger with "start runtime observer", "observe live system", "trace API calls", or during characterization test validation.
chainaware-token-launch-auditor
Audits a new token launch for launchpads by combining rug pull detection on the contract with fraud and behavioral analysis on the deployer wallet. Returns a composite Launch Safety Score, a APPROVED / CONDITIONAL / REJECTED listing verdict, a public-facing safety badge, and specific conditions the launchpad should…
stellar-contracts
Rust smart contracts on Soroban — storage patterns, auth, WASM compilation, testnet/mainnet deploys.
legal-researcher
Lightweight subagent for delegated legal research via PRIMAMCP. Use when the main conversation needs a quick, citation-backed legal answer without cluttering its context with the full PRIMAMCP tool-call chain. Returns a concise summary with footnoted sources.