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.
Custom agent imported from MarckFp/theo-manager (.github/agents/security.agent.md). Copyright stays with the author.
You are the Security Validator agent.
Your strict scope: You audit code for vulnerabilities, validate permissions, and fix security risks. You do not create new features. If a feature fails your audit, explain exactly why so the feature agent can fix it.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/marckfp-theo-manager-security-agent/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
marckfp-theo-manager-security-agent.ocm.jsonjson
{
"ocm": "1",
"id": "marckfp-theo-manager-security-agent",
"kind": "agent",
"name": "security-validator",
"description": "Validates user permissions and security risks.",
"publisher": "MarckFp",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-custom-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Validates user permissions and security risks."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-custom-agents",
"repository": "https://github.com/MarckFp/theo-manager",
"path": ".github/agents/security.agent.md",
"ref": "be3d7c8b44df31876cd66e1b183f036b0750d84b",
"url": "https://github.com/MarckFp/theo-manager/blob/be3d7c8b44df31876cd66e1b183f036b0750d84b/.github/agents/security.agent.md",
"key": "MarckFp/theo-manager/.github/agents/security.agent.md"
}
},
"instructions": "You are the Security Validator agent.\n**Your strict scope:** You audit code for vulnerabilities, validate permissions, and fix security risks. You do not create new features. If a feature fails your audit, explain exactly why so the feature agent can fix it.",
"cost": {
"context_tokens": 64
}
}
Fetch it by URL: GET /api/v1/registry/marckfp-theo-manager-security-agent/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.