506 B
yaml
| 1 | schema: 1 |
| 2 | name: secure-coding-rules |
| 3 | owner: openagents |
| 4 | version: 1.3.0 |
| 5 | kind: rules |
| 6 | title: Secure Coding Rules |
| 7 | summary: CLAUDE.md-style rules for secrets, input validation, authz, dependency hygiene, and PII logging |
| 8 | license: MIT |
| 9 | tags: [security, rules, secrets, authz, owasp, compliance] |
| 10 | runtimes: [claude-code, cursor, codex, openai-agents, langgraph, generic] |
| 11 | pricing: |
| 12 | model: free |
| 13 | amount_cents: 0 |
| 14 | currency: usd |
| 15 | entry: RULES.md |
| 16 | files: |
| 17 | - RULES.md |
| 18 | - checklists/owasp-quick.md |
| 19 | inputs: [] |
| 20 | requires: [] |
| 21 |