install-loop
Pass
Audited by Gen Agent Trust Hub on Aug 28, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute shell commands using
npxto run the author's own CLI tools (@cobusgreyling/loop,@cobusgreyling/loop-init,@cobusgreyling/loop-audit). - [EXTERNAL_DOWNLOADS]: The skill fetches and executes packages from the npm registry. These packages are owned by the skill's author (
cobusgreyling) and are used for their intended purpose of project scaffolding and reporting. - [INDIRECT_PROMPT_INJECTION]: The skill has an indirect prompt injection attack surface as it ingests untrusted data from the repository to perform context detection.
- Ingestion points: Reads existing project files such as
LOOP.mdandSTATE.md(SKILL.md). - Boundary markers: None present to distinguish between instructions and ingested data.
- Capability inventory: Executes shell commands via
npxfor project initialization, auditing, and status reporting. - Sanitization: No explicit sanitization or validation of the content within
LOOP.mdorSTATE.mdis mentioned.
Audit Metadata