Internal skill used by code-review-assistant to generate a deterministic flawfinder report matrix (canonical import + detailed + high-risk evidence).
How this skill is triggered — by the user, by Claude, or both
Slash command
/code-review-assistant:tool-flawfinderThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this internal skill only during the report-collection pre-step of `code-review-assistant`.
Use this internal skill only during the report-collection pre-step of code-review-assistant.
Trigger condition:
<output-dir>/raw-reports/flawfinder/flawfinder.standard.txtExecution:
python "${CLAUDE_PLUGIN_ROOT}/plugins/code-review-assistant/skills/tool-flawfinder/scripts/run_flawfinder_matrix.py" \
--target "<target-path>" \
--output-dir "<output-dir>" \
[--flawfinder-bin "<bin-or-wrapper>"] \
[--flawfinder-arg "<arg>"]...
Expected outputs under <output-dir>:
raw-reports/flawfinder/flawfinder.standard.txt (canonical parser input)raw-reports/flawfinder/flawfinder.detailed.txtraw-reports/flawfinder/flawfinder.high-risk.txtraw-reports/flawfinder/manifest.jsonlogs/flawfinder/<profile>.stderr.logNotes:
--dataonly --singleline.Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub brosax/code_reviewer --plugin code-review-assistant