detecting-performance-regressions
Warn
Audited by Gen Agent Trust Hub on Jul 21, 2026
Risk Level: MEDIUMREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The bundled scripts
scripts/create_github_comment.pyandscripts/generate_report.pyinclude agenerate_scriptmethod that dynamically constructs a shell script using f-string interpolation of a user-providedcontentparameter. The method then useschmod(0o755)to make the resulting script executable. This pattern allows the skill to create and prepare arbitrary executable code at runtime based on tool inputs, which is a core component of a remote code execution chain. - [PROMPT_INJECTION]: The skill possesses an indirect prompt injection surface as it is designed to ingest and process performance metrics from external CI/CD environments.
- Ingestion points: Performance metrics gathered from the CI/CD environment as described in
SKILL.md. - Boundary markers: Absent. There are no delimiters or instructions provided to the agent to ignore instructions embedded within the ingested data.
- Capability inventory: The skill is granted
WriteandBashcapabilities. The included Python scripts facilitate the creation and execution-preparation of new files. - Sanitization: Absent. The scripts directly interpolate input strings into executable templates without escaping or validation.
Audit Metadata