finalize-step-lessons-housekeeping
Pass
Audited by Gen Agent Trust Hub on Jul 11, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill possesses an indirect prompt injection surface due to its core workflow of ingesting data from lesson files and writing it to project-wide configuration files.
- Ingestion points: Reads data from
.plan/local/lessons-learned/andquality-verification-report.md. - Boundary markers: The instructions lack explicit delimiters or 'ignore instructions' warnings when the agent processes the content of these files.
- Capability inventory: The skill has high-privilege write access via the
Edittool to sensitive files such asCLAUDE.md,standards/*.md, andreferences/*.mdacross the marketplace and project directory. - Sanitization: The workflow does not specify any sanitization, escaping, or validation steps before data from lessons is promoted to project standards.
- [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to execute local utility scripts that manage the plan infrastructure. - Evidence: Several commands call
python3 .plan/execute-script.pywith arguments directed to modules likeplan-marshall:manage-references,plan-marshall:manage-lessons, andplan-marshall:manage-logging.
Audit Metadata