octocode-loop
Warn
Audited by Gen Agent Trust Hub on Jun 27, 2026
Risk Level: MEDIUMREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill uses
npx octocodeto run its core tool, which downloads and executes code from the npm registry at runtime. - [COMMAND_EXECUTION]: Instructions in
references/code-check-loop.mdandreferences/loop-protocol.mddirect the agent to run 'Build / test run' to verify findings. This involves executing arbitrary shell commands within repositories that may be untrusted. - [EXTERNAL_DOWNLOADS]: The skill facilitates cloning remote repositories from GitHub and npm for analysis using tools like
ghCloneRepooroctocode clone, as described inreferences/tools.md. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection (Category 8) because it processes untrusted data from GitHub, npm, and the web to guide its execution loop.
- Ingestion points:
SKILL.mdandreferences/tools.mdindicate data is read viaghSearchCode,npmSearch, and web surfaces. - Capability inventory: Command execution (build/test), file system access, and
npxusage. - Boundary markers: No explicit delimiters or instructions are used to ignore embedded data prompts.
- Sanitization: No sanitization of external repository content or search results is described.
Audit Metadata