fix-findings
Pass
Audited by Gen Agent Trust Hub on Mar 17, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill processes 'suggested fixes' from external Markdown files (
.findings.md). Maliciously crafted findings could attempt to inject harmful code into the project. \n - Ingestion points: Findings files located in
.chalk/reviews/sessions/{session}/. \n - Boundary markers: None (parses markdown tables). \n
- Capability inventory: Uses
EditandWritetools to modify source code. \n - Sanitization: Includes explicit instructions to verify fixes and requires user confirmation before any code is applied.\n- [COMMAND_EXECUTION]: The skill is granted
Bashaccess. Although it encourages the use of theGlobtool for file discovery to avoid injection, the underlying capability to execute shell commands remains available.\n- [SAFE]: The skill implements a robust path validation check, ensuring that all target files for fixes are relative paths within the repository root, effectively mitigating directory traversal risks.
Audit Metadata