github-issues
Fail
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: HIGHCREDENTIALS_UNSAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [CREDENTIALS_UNSAFE]: The setup script programmatically scrapes authentication secrets from local user configuration files.
- Evidence: Extracts
GITHUB_TOKENfrom~/.robin/.envusing grep and cut. - Evidence: Parses
~/.git-credentialsto extract plain-text credentials for github.com. - [COMMAND_EXECUTION]: Employs inline Python scripts to process data retrieved from the network.
- Evidence: Multiple uses of
python3 -cto parse JSON output fromcurlcommands. - [PROMPT_INJECTION]: The skill exposes an indirect prompt injection surface by ingesting and displaying untrusted content from GitHub.
- Ingestion points: The skill fetches issue titles, bodies, and comments via the GitHub API in
SKILL.md. - Boundary markers: None. Content from external issues is printed directly into the agent's context without delimiters or warnings.
- Capability inventory: The skill can perform network operations (
curl), filesystem operations (git), and execute arbitrary logic viapython3. - Sanitization: None. Data from fields such as
i['body']andi['title']are printed verbatim.
Recommendations
- AI detected serious security threats
Audit Metadata