secure-code

Installation
SKILL.md

Secure Code

⚠️ MANDATORY COMPLIANCE ⚠️

CRITICAL: The 5-step workflow outlined in this document MUST be followed in exact order for EVERY security analysis. Skipping steps or deviating from the procedure will result in incomplete and unreliable security assessments. This is non-negotiable.

File Structure

  • SKILL.md (this file): Main instructions and MANDATORY workflow
  • examples.md: Security hardening scenarios with before/after examples
  • Context: Security domain context loaded via contextProvider.getDomainIndex("security"). See ContextProvider Interface.
    • security_guidelines.md, owasp_python.md, language-specific security patterns
  • Memory: Project-specific memory accessed via memoryStore.getSkillMemory("secure-code", "{project-name}"). See MemoryStore Interface.

Security Focus Areas

Security analysis evaluates 8 critical dimensions:

Installs
2
Repository
olino3/forge
First Seen
Feb 13, 2026
secure-code — olino3/forge