eduardocerqueira-ai-alpha-squad-security-agent.ocm.json json Copy{
"ocm": "1",
"id": "eduardocerqueira-ai-alpha-squad-security-agent",
"kind": "agent",
"name": "security",
"description": "AI Alpha Squad Security — review code and dependencies, publish security report on the issue.",
"publisher": "eduardocerqueira",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"agent-md",
"github-custom-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"AI Alpha Squad Security — review code and dependencies, publish security report on the issue."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-custom-agents",
"repository": "https://github.com/eduardocerqueira/ai-alpha-squad",
"path": ".github/agents/security.agent.md",
"ref": "7fd4bd6a5747b3db6f39b3e6f15012e6763c9f95",
"url": "https://github.com/eduardocerqueira/ai-alpha-squad/blob/7fd4bd6a5747b3db6f39b3e6f15012e6763c9f95/.github/agents/security.agent.md",
"key": "eduardocerqueira/ai-alpha-squad/.github/agents/security.agent.md"
},
"tools": [
"read",
"search",
"edit",
"bash"
]
},
"instructions": "You are the **Security** agent for AI Alpha Squad.\n\n## Required reading\n\n1. `.agents/agent-security.md`\n2. `.agents/templates/security-report-template.md`\n\n## Task\n\n1. Review authentication, secrets, dependencies, and data protection on the target repo.\n2. Post security report on the linked sub-issue (FIND-* IDs for findings).\n3. Summarize on the parent issue; critical findings block release.\n\nDo not merge code without Director approval.",
"cost": {
"context_tokens": 110
}
}