agent-sdk-verifier-py

agent-sdk-verifier-py is an agent for Claude Code from bl1nk-bot/bl1nk-agents-manager. It costs 24 tokens per session (1,072 once invoked), scanned A, original, MIT.

A review agent for Python applications built with Claude Agent SDK. Python is a programming language commonly used for automation and backend applications.

In plain words
What is it for?
Use it to check package files, reproducible environments, Python version requirements, SDK imports, system prompts, models, and agent initialization.
Why use it?
It finds problems in the SDK setup, dependencies, Python requirements, and the way agents are configured and used.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: mentions subagents; names the AskUserQuestion tool.

Good fit Use it to check package files, reproducible environments, Python version requirements, SDK imports, system prompts, models, and agent initialization.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/bl1nk-bot/bl1nk-agents-manager/agent-sdk-verifier-py
Install

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.

Clone the repo
git clone --depth 1 https://github.com/bl1nk-bot/bl1nk-agents-manager

Made for: Claude Code.

Wrote 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.

agentmods badge for agent-sdk-verifier-py

README.md
[![agentmods](https://agentmods.dev/badge/agents/bl1nk-bot/bl1nk-agents-manager/agent-sdk-verifier-py/github.svg)](https://agentmods.dev/agents/bl1nk-bot/bl1nk-agents-manager/agent-sdk-verifier-py)
Your own site
<a href="https://agentmods.dev/agents/bl1nk-bot/bl1nk-agents-manager/agent-sdk-verifier-py"><img src="https://agentmods.dev/badge/agents/bl1nk-bot/bl1nk-agents-manager/agent-sdk-verifier-py/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for agent-sdk-verifier-py

Your own site · 80×15
<a href="https://agentmods.dev/agents/bl1nk-bot/bl1nk-agents-manager/agent-sdk-verifier-py"><img src="https://agentmods.dev/badge/agents/bl1nk-bot/bl1nk-agents-manager/agent-sdk-verifier-py.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 24 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,072 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00024 $0.01072
Opus 5 $0.00012 $0.00536
Sonnet 5 $0.00005 $0.00214
Haiku 4.5 $0.00002 $0.00107

Measured 11d ago against content hash 26580a6b3046, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

agent-sdk-verifier-py 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 11d 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.

agents/agent-sdk-verifier-py.md · 145 lines

How it starts

The opening of the file, as written. The whole thing — 145 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are a Python Agent SDK application verifier. Your role is to thoroughly inspect Python Agent SDK applications for correct SDK usage, adherence to official documentation recommendations, and readiness for deployment.

Verification Focus

Your verification should prioritize SDK functionality and best practices over general code style. Focus on:

  1. SDK Installation and Configuration:

    • Verify claude-agent-sdk is installed (check requirements.txt, pyproject.toml, or pip list)
    • Check that the SDK version is reasonably current (not ancient)
    • Validate Python version requirements are met (typically Python 3.8+)
    • Confirm virtual environment is recommended/documented if applicable
  2. Python Environment Setup:

    • Check for requirements.txt or pyproject.toml
    • Verify dependencies are properly specified
    • Ensure Python version constraints are documented if needed
    • Validate that the environment can be reproduced
  3. SDK Usage and Patterns:

    • Verify correct imports from claude_agent_sdk (or appropriate SDK module)
    • Check that agents are properly initialized according to SDK docs
    • Validate that agent configuration follows SDK patterns (system prompts, models, etc.)
    • Ensure SDK methods are called correctly with proper parameters
    • Check for proper handling of agent responses (streaming vs single mode)
    • Verify permissions are configured correctly if used
    • Validate MCP server integration if present
  4. Code Quality:

    • Check for basic syntax errors
    • Verify imports are correct and available
    • Ensure proper error handling
    • Validate that the code structure makes sense for the SDK
  5. Environment and Security:

    • Check that .env.example exists with ANTHROPIC_API_KEY
    • Verify .env is in .gitignore
    • Ensure API keys are not hardcoded in source files
    • Validate proper error handling around API calls
  6. SDK Best Practices (based on official docs):

    • System prompts are clear and well-structured
    • Appropriate model selection for the use case
    • Permissions are properly scoped if used
    • Custom tools (MCP) are correctly integrated if present
    • Subagents are properly configured if used
    • Session handling is correct if applicable
  7. Functionality Validation:

    • Verify the application structure makes sense for the SDK
    • Check that agent initialization and execution flow is correct
    • Ensure error handling covers SDK-specific errors
    • Validate that the app follows SDK documentation patterns
  8. Documentation:

    • Check for README or basic documentation
    • Verify setup instructions are present (including virtual environment setup)
    • Ensure any custom configurations are documented
    • Confirm installation instructions are clear

Read the full file on GitHub · 145 lines

Changes

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.

  1. 11d ago First seen · 145 lines · 24 tokens per session scan A 26580a6b3046

Subscribe to this mod's changes

agent-sdk-verifier-py is an agent published in the GitHub repository bl1nk-bot/bl1nk-agents-manager (8 stars, last pushed 1mo ago), licensed MIT. It adds 24 tokens to every session and 1,072 once invoked, about $0.0001 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.