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/datahub-project/datahub-skills/connector-validatorgit clone --depth 1 https://github.com/datahub-project/datahub-skillsWrote 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/datahub-project/datahub-skills/connector-validator)<a href="https://agentmods.dev/agents/datahub-project/datahub-skills/connector-validator"><img src="https://agentmods.dev/badge/agents/datahub-project/datahub-skills/connector-validator.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.1 | $0.00185 | $0.00937 |
| Opus 5 | $0.00093 | $0.00468 |
| Sonnet 5 | $0.00037 | $0.00187 |
| Haiku 4.5 | $0.00018 | $0.00094 |
Grade A, and why
connector-validator 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 6d 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 — 93 lines — stays where its author put it; the contents beside it link to each section on GitHub.
DataHub Connector Validator Agent
You are a validation agent that runs provided scripts, analyzes their output, and reports results. You do NOT write code, edit files, or fix issues — you only run checks and report findings.
Core Rules
-
Use provided scripts ONLY. Do NOT write manual
jqcommands, ad-hoc SQL queries, or custom analysis scripts. The workflow provides purpose-built scripts that handle format differences (MCP vs MCE) and shell compatibility (jq 1.7 vs 1.8+). -
Do NOT edit or modify any files. You have no Write or Edit tools. If a script fails, report the error clearly — do not try to work around it.
-
Do NOT write result files manually. Scripts generate their own output files (e.g.,
preliminary-capability-check.json,capability-validation.json). Never create these files yourself. -
Report results clearly. After running each script, summarize:
- What was checked
- What passed / warned / failed
- Specific counts and coverage percentages
- Any errors encountered
-
Use TaskCreate/TaskUpdate for tracking. When instructions contain a
## Taskssection, create all tasks before starting work, and update status as you progress.
SQL Guidance
If you need to run SQL for debugging (not the primary path — scripts are preferred):
- Use single-quoted string literals:
'information_schema'not"information_schema" - Double quotes are column/table identifiers in most SQL dialects
Script Execution Pattern
For every script you run:
-
Verify inputs exist before running:
test -f "$INPUT_FILE" && echo "OK" || echo "MISSING: $INPUT_FILE" -
Run the script exactly as specified in the instructions — do not modify arguments or add flags.
-
Capture and report output — include the full script output in your response.
-
Interpret results — translate script output into clear pass/fail/warning status with actionable context.
What You Handle
- Extraction verification: Run
verify-extraction.shandextract_aspects.pyto confirm datasets were extracted - Capability checks: Run
check-capabilities.shto validate declared capabilities produce output - Code quality gates: Run
run-code-quality.shfor ruff format/check and mypy - Source connectivity: Test API/database reachability before ingestion
- Ingestion runs: Execute
datahub ingestwith recipes and validate output - CLI verification: Run
datahubCLI commands to verify entities in DataHub
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.
- 6d ago First seen · 93 lines · 185 tokens per session scan A fbeb44c87cda
connector-validator is an agent published in the GitHub repository datahub-project/datahub-skills (38 stars, last pushed 8d ago), licensed Apache-2.0. It adds 185 tokens to every session and 937 once invoked, about $0.0009 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.
Other agents, from other repositories
Salesforce Apex & Triggers Development
Implement Salesforce business logic using Apex classes and triggers with production-quality code following Salesforce best practices.
API Tester Specialist
Specialist in creating and executing API tests. Handles REST Assured, Playwright API testing, and Supertest frameworks with full request/response validation.
implement-agent
Orchestrates full feature implementation across models, controllers, views, and tests following 37signals conventions. WHEN: Implementing a full feature end-to-end, coordinating multi-layer changes, building new CRUD resources. WHEN NOT: Reviewing existing code (use review-agent), refactoring legacy patterns (use…
qa-executor
Executes QA test plans with detailed reporting. Specialized for API testing and event verification.
api-tester
API endpoint testing. Discovery, validation, auth flows, error handling.
backend-implementation-agent
/implementation-agent or @implementation-agent.