setup
Fail
Audited by Gen Agent Trust Hub on Aug 10, 2026
Risk Level: HIGHCOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The
scripts/humane_setup.pyscript usessubprocess.run(shell=True)to execute installation commands. These commands are constructed by embedding configuration values (such as paths fortoken_base) read from the project'shumane.jsonor the user's global config. Because these values are not escaped or sanitized, an attacker can include shell control characters to execute arbitrary commands. The script relies on user confirmation ([y/N]) before execution, but a user following the tool's own diagnostic advice may be misled into approving a malicious command. - [REMOTE_CODE_EXECUTION]: The script uses dynamic code loading by modifying
sys.pathto import theillustratemodule from a relative directory. Furthermore, the vulnerability to command injection allows for the execution of code provided by an untrusted project repository. - [EXTERNAL_DOWNLOADS]: The skill facilitates the installation of the
agent-browsertool from the NPM registry and the addition of other skills from GitHub usingnpx. These actions download and execute external code on the host machine.
Recommendations
- AI detected serious security threats
Audit Metadata