minimal-run-and-audit
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFECOMMAND_EXECUTIONDYNAMIC_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The
scripts/run_command.pyscript executes shell commands, including git operations and user-defined research commands, to facilitate reproduction auditing. This is the primary functionality of the skill. - [DYNAMIC_EXECUTION]: The
scripts/run_command.pyandscripts/write_outputs.pyfiles dynamically resolve paths to a localshared/scriptsdirectory to load required utility modules. This is an architectural choice for sharing code within the associated skill ecosystem. - [INDIRECT_PROMPT_INJECTION]: The skill uses regular expressions to extract scientific metrics from the command execution logs. While this allows content from the process logs to be reflected in the final JSON output, it is a standard data collection pattern for this domain.
Audit Metadata