expo-dev-client-v55
Warn
Audited by Gen Agent Trust Hub on Aug 30, 2026
Risk Level: MEDIUMREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill instructs the agent to execute
npx --yes submit-expo-feedback@latest. This command downloads the latest version of an external package from the npm registry and executes it immediately without version pinning, which can be used to execute arbitrary remote code if the package is compromised. - [COMMAND_EXECUTION]: The skill provides numerous shell commands for managing mobile builds and environments, including
eas build,tarfor extraction, and platform-specific installation tools likexcrun simctl,ideviceinstaller, andadb. - [INDIRECT_PROMPT_INJECTION]: The feedback reporting mechanism (
npx ... --subject "expo-dev-client" "<actionable feedback>") interpolates user-provided text directly into a shell execution context. - Ingestion points: The
<actionable feedback>placeholder inSKILL.mdis intended to be replaced with agent-generated or user-provided descriptions. - Boundary markers: No delimiters or shell-escaping instructions are provided to protect the command from malicious input within the feedback string.
- Capability inventory: The skill possesses shell execution capabilities through the use of
npxand various mobile development CLIs. - Sanitization: There is no evidence of sanitization or validation logic for the content injected into the feedback command.
Audit Metadata