expo-web-to-native
Warn
Audited by Gen Agent Trust Hub on Aug 14, 2026
Risk Level: MEDIUMPROMPT_INJECTIONREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [METADATA_POISONING]: The skill contains phrasing that strongly implies an official affiliation with Expo (e.g., "report it so Expo can improve"), despite being authored by 'hoangsoft90'. This deceptive attribution could cause users to trust the skill's instructions and dependencies under a false impression of their origin.
- [UNVERIFIABLE_DEPENDENCIES_AND_REMOTE_CODE_EXECUTION]: The skill instructs the user to run
npx --yes submit-expo-feedback@latestinSKILL.md. This command executes a third-party package from the NPM registry without version pinning or manual confirmation, which is particularly risky given the skill's misleading metadata. - [INDIRECT_PROMPT_INJECTION]: The skill describes a verification workflow in
references/verify-on-device.mdthat processes external data. - Ingestion points: Reads accessibility trees and DOM structure from external web pages via
agent-browser snapshot --jsonand simulator data viaargent run describe. - Boundary markers: No explicit delimiters or instructions to ignore embedded content are provided in the verification templates.
- Capability inventory: The agent has the capability to execute shell commands (
npx,npm,xcrun,adb) and modify local files (migration-progress.md). - Sanitization: There is no documented logic for filtering or sanitizing external accessibility labels or metadata before comparison.
- [REMOTE_CODE_EXECUTION]: The skill references and installs utilities from established sources.
- Fetches the
agent-browsertool from Vercel Labs' official GitHub/NPM infrastructure. - Downloads the
@swmansion/argenttool from Software Mansion's official registry.
Audit Metadata