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/arthurpanhku/dvalincode/dvalin-securitygit clone --depth 1 https://github.com/arthurpanhku/dvalincodeWrote 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/arthurpanhku/dvalincode/dvalin-security)<a href="https://agentmods.dev/agents/arthurpanhku/dvalincode/dvalin-security"><img src="https://agentmods.dev/badge/agents/arthurpanhku/dvalincode/dvalin-security.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.00214 |
| Opus 5 | $0.00000 | $0.00107 |
| Sonnet 5 | $0.00000 | $0.00043 |
| Haiku 4.5 | $0.00000 | $0.00021 |
Grade A, and why
dvalin-security 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 4d 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.
What it actually says
Dvalin security gate
After changing code that handles input, authentication, authorization, secrets, queries, commands, templates, dependencies, or deployment configuration:
- Call
dvalin_scanwithscanners: ["builtin"]at minimum. - Treat every result as evidence to validate, not as infallible truth.
- For a reported issue, call
dvalin_get_findingwith its workflow ID and fingerprint before editing. Read the relevant source and data flow. - Make the smallest behavior-preserving fix and add a focused regression test.
- Run the project's focused checks.
- Call
dvalin_verify_findingswith the original workflow ID. - Report success only if the returned structured gate has
passed: true.
Never claim that a clean scan proves the code is secure. Never suppress or exclude a finding merely to make the gate pass. If an optional engine is absent, report it; do not install software unless the user explicitly authorizes the reviewed command.
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.
- 4d ago First seen · 19 lines · 0 tokens per session scan A 3428df61e3e7
dvalin-security is an agent published in the GitHub repository arthurpanhku/dvalincode (113 stars, last pushed 9d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 214 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
AGENTS
You are building with the Odds API: a data-access interface for odds, betting, sports, racing, events, results, bookmakers, and market data.
cursor-rules
OpenAPI sports betting odds API for coding agents with REST examples, SDKs, MCP, mock mode, arbitrage, positive EV, and bookmaker comparison.
CLAUDE
Follow agents/AGENTS.md. Prefer the SDKs or MCP tools for data access. Build the user's requested product instead of copying repo examples by default; examples are optional references. For realtime products, use oddsapi.getstreaminginfo and oddsapi.getstreamconnection, then generate code that connects directly to raw…
codex
Follow agents/AGENTS.md. Use openapi.yaml as the schema contract and prefer @odds-api/client for TypeScript data access. Do not copy repo examples by default; use them only as optional references for API shape, mock mode, and safety handling. Use oddsapi.getstreaminginfo and oddsapi.getstreamconnection before writing…
copilot-instructions
Build against openapi.yaml and the SDKs in this repo. Use API-key auth first. Design the requested app or workflow rather than copying bundled examples; examples are optional references. Prefer snapshots for one-off answers; use oddsapi.getstreaminginfo and oddsapi.getstreamconnection before realtime code, then…
context-manager
Use this agent when you need to manage context across multiple agents and long-running tasks, especially for projects exceeding 10k tokens. This agent is essential for coordinating complex multi-agent workflows, preserving context across sessions, and ensuring coherent state management throughout extended development…