unslop
Fail
Audited by Gen Agent Trust Hub on Aug 21, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The
scripts/unslop_survey.pyscript invokesnpx -y impeccable detect. This downloads and runs a package from the NPM registry at runtime without specific version pinning or integrity validation, posing a risk of supply chain compromise. - [COMMAND_EXECUTION]: The skill uses
subprocess.runto callgitand other tools. The configuration via theUNSLOP_DETECTORenvironment variable or the--detector-cmdparameter allows the agent to execute arbitrary shell commands. - [PROMPT_INJECTION]: The skill analyzes untrusted code and generates reports that direct the agent's autonomous workflow. Maliciously crafted comments in a scanned repository could inject instructions that influence the agent's subsequent 'Root plan' or 'Direction' steps.
- Ingestion points: Code files read by
scripts/unslop_survey.py. - Boundary markers: No sanitization or markers for extracted code snippets in the report.
- Capability inventory: The agent can modify code, execute scripts, and create pull requests.
- Sanitization: Content from the target repository is not sanitized before being placed into the report.
- [EXTERNAL_DOWNLOADS]: The skill relies on external tools and package registries (NPM) to function, introducing external dependencies that are resolved at runtime.
Recommendations
- HIGH: Downloads and executes remote code from: unknown (check file) - DO NOT USE without thorough review
Audit Metadata