Documentation
README
Technique Proposal Generator
Generate a PR-ready technique proposal when an attack step doesn't map to existing SITF techniques.
Usage
/technique-proposal <description> [component]
description: Description of the attack step or gapcomponent: Target component (endpoint, vcs, cicd, registry, production) - optional, will be inferred if omitted
Arguments: $ARGUMENTS
Instructions
When this skill is invoked:
Phase 1: Gap Analysis
-
Read
techniques.jsonto understand existing techniques. -
Confirm the gap:
- Search for semantically similar techniques
- Verify no existing technique covers this attack step
- If a match exists, report it and exit
-
Verify the attack step is within SITF scope (see Scope Boundaries below)
This is the opening of the README. Read the full README on GitHub.