test-attack-technique
Installation
SKILL.md
Instructions
When this skill is invoked, follow this workflow:
1. Parse Input & Validate Technique Exists
- Extract the technique ID from arguments
- Check for
--skip-cleanupflag - IMPORTANT: Change to the
v2/directory first:cd v2 - Run
go run cmd/stratus/*.go show <technique-id>silently to verify the technique exists - If it doesn't exist, show error and list available techniques with
go run cmd/stratus/*.go list - Store technique metadata (name, platform, MITRE ATT&CK tactic) for later use
- Do not show verbose output - just confirm it exists or error out
2. Validate Cloud Credentials
Based on the technique platform, validate current credentials and get explicit user confirmation.
See references/credentials.md for detailed validation commands per cloud provider.
Related skills