revyl-cli-auth-bypass-flutter
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to utilize various
revylCLI tools for environment setup and verification, includingrevyl global launch-var,revyl dev,revyl device navigate, andrevyl device screenshot. These commands are standard operations within the author's specified ecosystem. - [PROMPT_INJECTION]: The skill defines a mechanism that processes external data from deep links, creating a potential attack surface for indirect prompt injection.
- Ingestion points: Data enters the system via URI query parameters (
token,role,redirect) within thehandleRevylAuthBypassfunction described inSKILL.md. - Boundary markers: No explicit markers or instructions are provided to the agent to distinguish between data and potential instructions within the URI content.
- Capability inventory: The skill enables capabilities such as navigating to specific URLs and taking device screenshots via the
revylCLI. - Sanitization: The provided implementation includes validation logic that checks the
roleandredirectparameters against predefined allowlists, and verifies thetokenagainst a value fetched from the platform's launch configuration.
Audit Metadata