engineer
Pass
Audited by Gen Agent Trust Hub on Jul 7, 2026
Risk Level: SAFEDATA_EXFILTRATIONPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [DATA_EXFILTRATION]: Accesses sensitive authentication data stored in
~/.hermes/mcp-tokens/linear.jsonand repository metadata in~/.claude/afk.json. This information is used to authenticate requests to the Linear MCP and GitHub APIs. - [PROMPT_INJECTION]: The skill processes untrusted content from issue titles, bodies, and comments provided by external trackers (Linear, GitHub). * Ingestion points:
gh issue view,get_issue, andlist_commentstool calls inSKILL.mdand referenced scripts. * Boundary markers: The instructions lack explicit boundary markers or directives to ignore instructions embedded in the external issue data. * Capability inventory: Includes shell command execution viagitandgh, file system operations (reading and writing files), and dispatching tasks to subagents. * Sanitization: No sanitization or validation of the ingested ticket content is performed before processing. - [COMMAND_EXECUTION]: Spawns subprocesses to execute
gitandgh(GitHub CLI) commands for branch management and PR creation, and usesbunto run TypeScript scripts for Linear integration.
Audit Metadata