security-audit
Warn
Audited by Gen Agent Trust Hub on Jul 12, 2026
Risk Level: MEDIUMCREDENTIALS_UNSAFECOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [CREDENTIALS_UNSAFE]: Several files within the
evals/files/directory contain hardcoded sensitive credentials.evals/files/Dockerfileincludes an NPM token (npm_9aFk2LmQ8xZ0pRtVwYbNcDeFgHiJkLmNoPq) and a PostgreSQL connection string.evals/files/main.tfandevals/files/deployment.yamlcontain hardcoded database passwords, andevals/files/orders_api.jscontains a hardcoded JWT signing secret. - [COMMAND_EXECUTION]: The
evals/files/agent.pyscript defines arun_shelltool that executes arbitrary commands usingsubprocess.run(shell=True). Similarly,evals/files/orders_api.jsemploys theexec()function to execute shell commands using input derived from request parameters. - [REMOTE_CODE_EXECUTION]: The GitHub Actions workflow in
evals/files/ci.ymlis vulnerable to remote code execution because it uses thepull_request_targetevent to check out and run code (npm install) from potentially untrusted fork pull requests while having access to repository secrets.
Audit Metadata