run-analysis
Installation
SKILL.md
Skill: Run Analysis
Run OpenTaint analysis on the target project and collect results.
Prerequisites
- Project built (build-project skill)
- Rules created and tested (create-rule, test-rule skills)
- Optionally: YAML config (create-yaml-config skill) and/or approximations (create-approximation skill)
Procedure
Basic analysis
The --rule-id flag requires the full rule ID in the format <ruleSetRelativePath>:<shortId>.
Example: for a rule file at agent-rules/java/security/my-vuln.yaml with id: my-vulnerability,
the full ID is java/security/my-vuln.yaml:my-vulnerability.