expo-deployment
Fail
Audited by Gen Agent Trust Hub on Jul 15, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCREDENTIALS_UNSAFECOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill repeatedly recommends the use of
npx testflightas a shortcut for iOS builds and submissions inSKILL.md,references/ios-app-store.md, andreferences/testflight.md. This package is not an official tool in the Expo ecosystem and the legacytestflightpackage on public registries is unrelated to modern workflows, posing a risk of arbitrary code execution. - [EXTERNAL_DOWNLOADS]: In
references/app-store-metadata.md, the skill provides astore.config.jsexample that usesfetch()to download data fromhttps://api.example.com/app-store-copy. Fetching executable configuration logic from untrusted external domains at runtime is a significant security risk. - [CREDENTIALS_UNSAFE]: The documentation includes hardcoded placeholder credentials for app reviewers in the
store.config.jsonexample (found inreferences/app-store-metadata.md), including a demo username and password. - [COMMAND_EXECUTION]: The skill facilitates extensive shell command execution using the
eas-cliandnpxwith access to the project root and sensitive deployment files. - [DATA_EXFILTRATION]: The skill provides instructions for handling sensitive deployment secrets, such as
google-service-account.jsonand Apple.p8API keys. The demonstration of network-enabled configuration scripts (store.config.js) that operate in the same environment as these secrets creates a potential exfiltration path.
Recommendations
- AI detected serious security threats
Audit Metadata