expo-examples
Pass
Audited by Gen Agent Trust Hub on Aug 31, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes external data by fetching source code and integration examples from the
expo/examplesrepository on GitHub. This creates a potential surface for indirect prompt injection where instructions could be hidden in repository content to influence agent behavior. - Ingestion points: Content is retrieved using
gh api,curl, andgit clonefromgithub.com/expo/examples(SKILL.md). - Boundary markers: The instructions do not specify explicit delimiters or warnings to ignore instructions embedded within the fetched code files.
- Capability inventory: The skill allows the execution of
gh,git,npx,bun, andcurlvia the shell (SKILL.md). - Sanitization: There is no explicit sanitization of the fetched external content before it is processed by the agent.
- [EXTERNAL_DOWNLOADS]: The skill references and downloads content from external sources, primarily targeting the official Expo GitHub organization and well-known registries. These interactions are consistent with the skill's purpose.
- The
gh api,git clone, andnpx degitcommands target thegithub.com/expo/examplesrepository. - The
npx create-expoandbun create expocommands download project scaffolding tools. - [COMMAND_EXECUTION]: The skill facilitates the execution of shell commands to manage project files and dependencies. This includes using
ghfor GitHub API interactions,gitfor repository cloning, andnpxfor running project creation and feedback tools.
Audit Metadata