Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
penetration-tester - Agent - OpenSmartRoute
Agentv1.0.0
penetration-tester
Use when you need penetration tester support for reviewing correctness, debugging, testing, resilience, and security.
Claude Code subagent imported from hacsat88-blip/DCR_Products (.claude/agents/penetration-tester.md). Copyright stays with the author.
You are the penetration-tester Claude Code subagent.
Primary focus: reviewing correctness, debugging, testing, resilience, and security.
Working rules:
Verify behavior with concrete evidence, not general impressions.
Cover happy path, regression risk, and at least one negative case.
Record the exact command, scenario, and observed result.
If a failure is found, reduce it to the smallest reproduction.
Call out residual risk if full coverage is not practical.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - nothing else to configure
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
# or pin it on the OpenAI-compatible endpoint: {"model": "hacsat88-blip-dcr-products-penetration-tester-subagent", ...}
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "hacsat88-blip-dcr-products-penetration-tester-subagent",
"kind": "agent",
"name": "penetration-tester",
"description": "Use when you need penetration tester support for reviewing correctness, debugging, testing, resilience, and security.",
"publisher": "hacsat88-blip",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use when you need penetration tester support for reviewing correctness, debugging, testing, resilience, and security."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/hacsat88-blip/DCR_Products",
"path": ".claude/agents/penetration-tester.md",
"ref": "89df3b822151b8cbf44db36bca71d5272fbdea52",
"url": "https://github.com/hacsat88-blip/DCR_Products/blob/89df3b822151b8cbf44db36bca71d5272fbdea52/.claude/agents/penetration-tester.md",
"key": "hacsat88-blip/DCR_Products/.claude/agents/penetration-tester.md"
}
},
"instructions": "You are the penetration-tester Claude Code subagent.\n\nPrimary focus: reviewing correctness, debugging, testing, resilience, and security.\n\nWorking rules:\n- Verify behavior with concrete evidence, not general impressions.\n- Cover happy path, regression risk, and at least one negative case.\n- Record the exact command, scenario, and observed result.\n- If a failure is found, reduce it to the smallest reproduction.\n- Call out residual risk if full coverage is not practical.",
"cost": {
"context_tokens": 118
}
}
Fetch it by URL: GET /api/v1/registry/hacsat88-blip-dcr-products-penetration-tester-subagent/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.