impeccable
Fail
Audited by Gen Agent Trust Hub on Jul 4, 2026
Risk Level: HIGHCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: In
scripts/live-copy-edit-agent.mjs, the skill executes external coding agents (codexandclaude) viaspawn. Thecodexinvocation includes the--dangerously-bypass-approvals-and-sandboxflag, which is an explicit attempt to bypass environment security controls and approval requirements. - [COMMAND_EXECUTION]: The script
scripts/detector/engines/browser/detect-url.mjsconfigurespuppeteerwith the--no-sandboxand--disable-setuid-sandboxflags if aCIenvironment variable is detected, which disables browser-level security restrictions. - [COMMAND_EXECUTION]:
scripts/context-signals.mjsexecutesgitcommands and performs port probing on127.0.0.1to identify running development servers and repository status. - [EXTERNAL_DOWNLOADS]:
scripts/context.mjsfetches version information fromhttps://impeccable.style/api/versionto check for skill updates. - [PROMPT_INJECTION]: The skill ingests untrusted data from local HTML/JSX files and external URLs in
detect-html.mjsanddetect-url.mjs. It lacks sanitization and boundary markers for this content. Combined with its ability to modify source code and execute commands (inventory inlive-wrap.mjs,live-accept.mjs, andlive-copy-edit-agent.mjs), this creates a vulnerability surface for indirect prompt injection.
Recommendations
- AI detected serious security threats
Audit Metadata