core-coder
Pass
Audited by Gen Agent Trust Hub on Feb 20, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [Indirect Prompt Injection] (LOW): The skill ingests external data through the
$TASKvariable and researcher findings. While it uses this data for instruction, it lacks explicit boundary markers (e.g., XML tags or delimiters) to differentiate between instructions and untrusted data. - Ingestion points:
$TASKenvironment variable in hooks; 'researcher findings' mentioned in coordination. - Boundary markers: Absent.
- Capability inventory: Access to
Bash,Write,Edit,Readtools. - Sanitization: None detected.
- [Command Execution] (LOW): The skill is configured with the
Bashtool and uses shell commands in itspreandposthooks. Specifically, theposthook executesnpm run lint. While this is standard behavior for a coding agent, it allows the execution of arbitrary scripts defined in a localpackage.jsonfile. This risk is downgraded to LOW as it is a core part of the skill's primary function.
Audit Metadata