expo-deployment
Warn
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS] (MEDIUM): The skill recommends using
npx testflightfor iOS builds inSKILL.mdandreferences/testflight.md. - Evidence: 'npx testflight ... One command builds and submits to TestFlight.'
- Risk: There is no official 'testflight' package from Expo or Apple. Running
npxon an unverified, potentially obsolete or malicious package name allows for remote code execution of untrusted content from the npm registry. - [COMMAND_EXECUTION] (LOW): Extensive use of shell commands for deployment and CI/CD automation.
- Evidence:
SKILL.mdandreferences/workflows.mdcontain multiple CLI commands (eas build,eas submit) and bash scripts for checking git changes. - Risk: While standard for the skill's purpose, these commands represent a significant capability surface for an AI agent.
- [DATA_EXFILTRATION] (LOW): Guidance on storing and managing sensitive credential files within the local project directory.
- Evidence:
references/play-store.mdsuggests storing./google-service-account.jsonandreferences/ios-app-store.mdsuggests./AuthKey_XXXXX.p8locally. - Risk: Encouraging the placement of high-value secrets (service accounts and API keys) in the working directory increases the likelihood of accidental exposure to the AI context or exfiltration via other scripts.
Audit Metadata