helpmeplan
Fail
Audited by Gen Agent Trust Hub on Sep 6, 2026
Risk Level: HIGHCOMMAND_EXECUTIONDYNAMIC_EXECUTIONINDIRECT_PROMPT_INJECTIONPRIVILEGE_ESCALATION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides a template for and offers to generate an
overnight.shscript that executes the agent with the--permission-mode bypassPermissionsflag. This configuration explicitly disables the security guardrails that require human approval for shell commands, allowing for the autonomous execution of potentially harmful operations. - [DYNAMIC_EXECUTION]: The skill dynamically generates a shell script (
overnight.sh) based on a template and the specific project context. It useschmod +xto grant execution permissions to the generated file, facilitating its use as a standalone executable. - [INDIRECT_PROMPT_INJECTION]: The skill creates a workflow where an autonomous agent (using the bypassed permissions mentioned above) reads and follows instructions from the
spec/folder. This presents a high-risk surface for indirect prompt injection. - Ingestion points:
spec/README.md,spec/structure.md,spec/roadmap.md, and project-specific files inspec/plans/. - Boundary markers: None identified; the agent is instructed to follow the spec files directly.
- Capability inventory: The autonomous agent has full shell and filesystem access due to the
bypassPermissionsflag. - Sanitization: None; the agent processes the content of the spec files as authoritative build instructions.
- [PRIVILEGE_ESCALATION]: The skill includes instructions to modify file permissions (
chmod +x) and recommends using system package managers (brew,apt,pkg) to install utilities liketmux, which typically requires administrative or root privileges.
Recommendations
- AI detected serious security threats
Audit Metadata