skills/jeremylongshore/claude-code-plugins-plus-skills/detecting-performance-regressions/Gen Agent Trust Hub
detecting-performance-regressions
Fail
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: HIGHCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The
generate_scriptfunction withinscripts/create_github_comment.pyandscripts/generate_report.pytakes a string template as input, writes it to a file with a.shextension, and applieschmod(0o755)to make it executable. This pattern allows for the generation and execution of arbitrary code based on input provided to the script.\n- [REMOTE_CODE_EXECUTION]: The script generation capability, combined with the skill's ability to run Bash commands, establishes an execution vector that could be exploited to run malicious code on the host system, especially if the input is derived from untrusted performance metrics or external data.\n- [PROMPT_INJECTION]: The scriptcreate_github_comment.pyis de facto identical togenerate_report.pyand does not implement any GitHub-related functionality despite its name and description. This discrepancy between documentation and implementation is deceptive and can lead to incorrect assumptions about the agent's capabilities or security boundaries.
Recommendations
- AI detected serious security threats
Audit Metadata