Agent skill
secure-coding
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/secure-coding
SKILL.md
name: secure-coding description: >- Secure coding practices for preventing vulnerabilities at the source code level across languages and frameworks. domain: cybersecurity subdomain: secure-coding tags:
- secure-coding
- security version: "1.0" author: defconxt license: AGPL-3.0
secure coding
Overview
Secure coding practices for preventing vulnerabilities at the source code level across languages and frameworks.
When to Use
Activate this domain when tasks involve secure coding techniques, methodologies, or tools.
Quick Reference
# List available techniques
ls skills/secure-coding/techniques/
# Run a specific technique agent
python3 skills/secure-coding/techniques/*/scripts/agent.js --help
Capabilities
| Capability | Description |
|---|---|
| Technique Assessment | Evaluate secure coding posture |
| Tool Integration | Leverage specialized secure coding tooling |
| Reporting | Generate structured findings |
| Automation | Script common secure coding workflows |
Workflow
- Scope — Define secure coding assessment boundaries
- Discover — Identify targets and attack surface
- Assess — Apply relevant techniques
- Document — Record findings with evidence
- Report — Generate actionable recommendations
Techniques
See individual technique directories under techniques/ for detailed implementations.
References
- OWASP Testing Guide
- NIST SP 800-115 Technical Guide to Information Security Testing
- MITRE ATT&CK Framework
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?