wtthornton-tapps-brain-security-instructions.ocm.json json Copy{
"ocm": "1",
"id": "wtthornton-tapps-brain-security-instructions",
"kind": "skill",
"name": "security",
"description": "Files in the security module have elevated quality requirements.",
"publisher": "wtthornton",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Files in the security module have elevated quality requirements."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/wtthornton/tapps-brain",
"path": ".github/instructions/security.instructions.md",
"ref": "2590ed36510bf60e00667ef717c1aeb658a2ed7c",
"url": "https://github.com/wtthornton/tapps-brain/blob/2590ed36510bf60e00667ef717c1aeb658a2ed7c/.github/instructions/security.instructions.md",
"key": "wtthornton/tapps-brain/.github/instructions/security.instructions.md"
}
},
"instructions": "<!-- tapps-generated: v3.12.78 -->\n---\napplyTo: \"**/security/**\"\n---\n\n# Security Module Standards\n\nFiles in the security module have elevated quality requirements.\n\n## Requirements\n\n- All functions must have comprehensive type annotations\n- Security-critical functions must have unit tests with edge cases\n- No `# type: ignore` comments without an inline justification\n- Input validation must occur at every external boundary\n- All cryptographic operations must use well-tested libraries (not hand-rolled)\n- Secret scanning patterns must cover: API keys, tokens, passwords, private keys",
"cost": {
"context_tokens": 146
}
}