starrocks-upgrade
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the Python
subprocessmodule to executegitandgh(GitHub CLI) commands. This is used to extract commit logs, diffs, and pull request metadata from the local repository and GitHub. - [EXTERNAL_DOWNLOADS]: The
starrocks_upgrade.pyscript fetches data from GitHub via theghCLI. Specifically, it retrieves pull request and issue details from theStarRocks/starrocksrepository. GitHub is a well-known and trusted service for this context. - [DATA_EXPOSURE]: The skill instructions prompt users to provide content from production configuration files (
fe.confandbe.conf). While these files may contain environment-specific settings, the analysis is performed locally, and the data is used solely for identifying configuration conflicts in the new version. No evidence of remote exfiltration was found. - [INDIRECT_PROMPT_INJECTION]: The tool has an indirect prompt injection surface as it ingests untrusted data from GitHub pull request bodies and local git history. This content is then passed to sub-agents for analysis. The risk is mitigated by the use of structured output requirements and specific focus on code diff analysis.
Audit Metadata