arc-implementation-plan-progress
Pass
Audited by Gen Agent Trust Hub on Jul 11, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill possesses a surface for indirect prompt injection as its core logic involves reading and interpreting data from external, untrusted project files.
- Ingestion points: Per
SKILL.md, the agent readsREADME.md, user-provided specs (e.g.,spec.md), and existingdocs/*-progress.txtfiles. - Boundary markers: No specific delimiters or instructions to ignore embedded commands are present in the guidelines for reading these files.
- Capability inventory: The skill calls local shell scripts (
scripts/init_progress_txt.sh,scripts/archive_plan.sh), creates new files in thedocs/directory, and performs file movements viagit mv. - Sanitization: The instructions do not specify any validation or sanitization steps for the data retrieved from repository files.
- [COMMAND_EXECUTION]: The skill utilizes local bash scripts to manage planning artifacts.
- Evidence: The workflow in
SKILL.mdexplicitly calls for executingscripts/init_progress_txt.shandscripts/archive_plan.sh. - Logic: These scripts use
ripgrep,sed, andgitto extract text from files and move documents into an archive folder, which is standard for local file management but relies on parameters derived from user-controlled file content.
Audit Metadata