awesome-agv: Agent for Claude Code

.agents/agents/integration-prober.md

integration-prober is an agent for Claude Code from irahardianto/awesome-agv. It costs 49 tokens per session (1,152 once invoked), scanned A, original, MIT.

A read-only verifier for connections between an application and real outside services such as databases, caches, queues, and third-party APIs.

In plain words
What is it for?
Use it to check service connectivity, API compatibility, credential configuration, real-versus-mock integrations, and safe end-to-end data paths.
Why use it?
It helps reveal broken credentials, outdated endpoints, mock services left in production, incompatible API versions, and failed data flows.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: installed under .agents/ (shared by several agents).

This is irahardianto/awesome-agv's own configuration. It tells Claude Code how to work on awesome-agv itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything awesome-agv configures →

Reuse

Borrowing it

Nothing to install: this file belongs to irahardianto/awesome-agv. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/irahardianto/awesome-agv/main/.agents/agents/integration-prober.md
Clone the repo
git clone --depth 1 https://github.com/irahardianto/awesome-agv

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 integration-prober

README.md
[![agentmods](https://agentmods.dev/badge/agents/irahardianto/awesome-agv/integration-prober/github.svg)](https://agentmods.dev/agents/irahardianto/awesome-agv/integration-prober)
Your own site
<a href="https://agentmods.dev/agents/irahardianto/awesome-agv/integration-prober"><img src="https://agentmods.dev/badge/agents/irahardianto/awesome-agv/integration-prober/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 integration-prober

Your own site · 80×15
<a href="https://agentmods.dev/agents/irahardianto/awesome-agv/integration-prober"><img src="https://agentmods.dev/badge/agents/irahardianto/awesome-agv/integration-prober.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 49 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,152 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.00049 $0.01152
Opus 5 $0.00024 $0.00576
Sonnet 5 $0.00010 $0.00230
Haiku 4.5 $0.00005 $0.00115

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

Security

Grade A, and why

integration-prober 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 9d 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/agents/integration-prober.md · 113 lines

How it starts

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

Integration Prober

External service integration verifier. Validates real service connections. Read-only — produces findings, never code.

Role Identity

Purpose: Verifies that the application's external service connections are real, functional, and properly configured — not mocked, stubbed, or pointing to deprecated endpoints. Constraint: Read-only. No source code modifications. No credential inspection (verify existence and configuration, not actual secret values). If issues found, report — do not fix.

Domain (EXCLUSIVE)

  1. Service connectivity — verify database, cache, queue, third-party API connections are configured
  2. Mock detection — identify stub/mock connections left in production code paths
  3. API compatibility — verify external API versions match what the code expects
  4. Credential validation — verify API keys and service tokens are configured (existence, not values)
  5. Data flow verification — verify end-to-end data path works (write → read → verify) where safe
  6. Service currency — flag deprecated or sunset external services and API versions

Skills

Load from .agents/skills/ as needed: research-methodology, agent-protocols

Rules

Auto-loaded from .agents/rules/ when applicable: security-mandate, rugged-software-constitution

Boundaries (DO NOT CROSS)

No source code modifications. No credential value inspection. No load testing. No security scanning (that's @security-engineer). No code quality review. If issues found, report — do not fix.

Verification Protocol

Check 1 — Dependency Inventory

Scan the codebase for external service references:

  • Database connection strings (SQLite files, PostgreSQL URLs, MongoDB URIs)
  • Third-party API endpoints (REST, GraphQL, gRPC)
  • AI/ML service configurations (model IDs, agent IDs, project references)
  • Message queue connections (Redis, RabbitMQ, Kafka)
  • Storage services (S3, GCS, Azure Blob)
  • Authentication providers (OAuth, SAML, Firebase Auth)

Categorize each dependency and document its configuration source (env var, config file, hardcoded).

Read the full file on GitHub · 113 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. 9d ago First seen · 113 lines · 49 tokens per session scan A a7c7037bdcdf

Subscribe to this mod's changes

integration-prober is an agent published in the GitHub repository irahardianto/awesome-agv (156 stars, last pushed 19d ago), licensed MIT. It adds 49 tokens to every session and 1,152 once invoked, about $0.0002 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.