run-scan
Installation
SKILL.md
Skill: Run Scan
Run an OpenTaint scan over the project model and collect its findings
Inputs
Provided by the caller, fall back to the default value when omitted. Ask back only when a required input is missing and has no sensible default
project-root(optional) — root of the target project. Opentaint keeps all analysis artifacts under the fixed<project-root>/.opentaint/directory, so every.opentaint/...path below resolves there. Default: current directoryrule-ids(optional) — full rule IDs to restrict the scan tomax-memory(optional) — a--max-memoryvalue to run scan with. Default: unset (engine default8G)
Workflow
1. Run the scan
Scan the pre-built model at .opentaint/project. Write the report to .opentaint/results/report.sarif and load both the built-in ruleset and the project's own rules under .opentaint/rules: