robel-auth
Pass
Audited by Gen Agent Trust Hub on Jul 30, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides a shell script
scripts/check-upstream.shand instructs the agent to execute it usingbashto verify the state of upstream dependencies. - [EXTERNAL_DOWNLOADS]: The
check-upstream.shscript andSKILL.mdinstructions utilizecurlto fetch content from external sources includingraw.githubusercontent.comandauth.estifanos.com. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection attack surface by downloading external documentation and README files from GitHub repositories which the agent is directed to read and follow.
- Ingestion points: The
check-upstream.shscript downloads files fromraw.githubusercontent.cominto the/tmpdirectory (e.g.,/tmp/robel-auth-main-readme.md). - Boundary markers: None. The instructions do not specify delimiters or warnings to ignore instructions embedded within the fetched content.
- Capability inventory: The agent has the ability to execute shell commands, perform network requests, and modify the project codebase.
- Sanitization: There is no evidence of sanitization or filtering applied to the external content before it is processed by the agent.
Audit Metadata