codex-pet-web
Warn
Audited by Gen Agent Trust Hub on Jul 14, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/zoomies.mjsis a utility that spawns subprocesses usingchild_process.spawn. It accepts arbitrary commands and arguments from the command line and executes them while inheriting the full process environment (process.env), which can include sensitive environment variables. - [EXTERNAL_DOWNLOADS]: The skill workflow involves downloading and executing the
codex-pet-companionpackage from the NPM registry viapnpmandnpx. The documentation also instructs users to include a script from theunpkg.comCDN for static HTML deployments. - [PROMPT_INJECTION]: The skill processes user-provided or project-local
pet.jsonfiles, which constitutes an indirect prompt injection surface. - Ingestion points: The
SKILL.mdinstructions guide the agent to locate, read, and validatepet.jsonfiles. - Boundary markers: The skill lacks explicit boundary markers or system instructions to prevent the agent from following potential instructions embedded within the configuration files.
- Capability inventory: The agent can execute shell commands through the
zoomies.mjswrapper, perform package installations, and write files to the public assets directory. - Sanitization: The skill delegates the responsibility of file validation to the external
codex-pet-companionCLI tool rather than performing internal sanitization.
Audit Metadata