repo-readiness-bootstrap
Warn
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONCREDENTIALS_UNSAFEDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/report.pyidentifies and executes commands found within the target repository (such aspackage.jsonscripts, Makefiles, or files inscripts/) usingsubprocess.runvia/bin/zsh -lc. This execution is triggered when flags like--probe-verificationor--probe-runtimeare provided. - [CREDENTIALS_UNSAFE]: The tool includes logic to probe the host environment for the presence and validity of sensitive API tokens, including
GITHUB_TOKEN,LINEAR_API_KEY,NOTION_TOKEN,SENTRY_AUTH_TOKEN, andVERCEL_TOKEN. Results of these probes are included in the generated readiness report. - [DATA_EXFILTRATION]: The script reads the user's local configuration file at
~/.codex/config.tomlto identify installed plugins and active MCP servers, exposing local environment metadata to the agent's context. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted project data (manifests, documentation, and scripts) to derive an execution plan. A malicious repository could define dangerous commands in its
package.jsonorMakefilethat the skill would then suggest or execute during the readiness assessment.
Audit Metadata