agent-reviews
Warn
Audited by Gen Agent Trust Hub on Feb 28, 2026
Risk Level: MEDIUMCREDENTIALS_UNSAFEPROMPT_INJECTION
Full Analysis
- [CREDENTIALS_UNSAFE]: The skill retrieves GitHub authentication tokens by reading the
.env.localfile and executing thegh auth tokencommand. While these actions are required for its primary purpose of interacting with the GitHub API, reading environment files containing secrets is a sensitive operation.\n- [PROMPT_INJECTION]: The skill processes untrusted data from GitHub PR comments, creating a vulnerability to indirect prompt injection.\n - Ingestion points: The
scripts/comments.jsscript fetchesreviewCommentsandissueCommentsfrom the GitHub API, which are untrusted inputs.\n - Boundary markers: No specific delimiters or "ignore instructions" warnings are used to wrap the untrusted comment content within the agent's context.\n
- Capability inventory: The skill can perform
git pushand post replies to GitHub via the API, allowing it to potentially act on malicious instructions embedded in comments.\n - Sanitization: The
cleanBodyfunction removes bot-specific HTML and metadata for noise reduction but does not filter for adversarial natural language instructions.\n- [COMMAND_EXECUTION]: The script usesexecSyncto rungitandghcommands (e.g.,git remote get-url origin). These are used to determine local repository metadata and are not directly exposed to external user input.
Audit Metadata