self-heal
Fail
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: HIGHPRIVILEGE_ESCALATIONCREDENTIALS_UNSAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [PRIVILEGE_ESCALATION]: The skill utilizes
sudoto perform administrative system actions, such as starting and enabling services (sudo systemctl start docker) and installing system-level software (sudo apt-get install -y <package>). These operations are performed autonomously without requesting explicit user permission. - [CREDENTIALS_UNSAFE]: The instructions direct the agent to read the
.envfile to identify missing API keys. Although intended for configuration diagnostics,.envfiles are sensitive locations that commonly store credentials and secrets. - [COMMAND_EXECUTION]: The skill has broad capability to execute arbitrary shell commands via the
exectool to resolve errors. This includes terminating system processes (kill -9 <PID>), deleting authentication directories (rm -rf .beta/whatsapp-auth), and modifying file system permissions or database files. - [EXTERNAL_DOWNLOADS]: The skill performs dynamic installations of external software and dependencies from public registries using
npm,npx playwright,apt-get, andHomebrewbased on runtime error patterns. - [INDIRECT_PROMPT_INJECTION]: The skill's repair logic is triggered by parsing tool error messages, which creates a vulnerability surface.
- Ingestion points: Tool error output (e.g., from Playwright or npm) which can be influenced by external data or malicious web content.
- Boundary markers: None; the agent is instructed to act immediately on the error content.
- Capability inventory: Full
execaccess withsudoprivileges, along withreadandwritecapabilities inSKILL.md. - Sanitization: There is no validation or sanitization of the package names or error strings before they are passed into shell commands like
npm install <package-name>orapt-get install <package>.
Recommendations
- AI detected serious security threats
Audit Metadata