release-app
Pass
Audited by Gen Agent Trust Hub on Jul 1, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes various local scripts and platform-specific CLI tools to perform builds and deployments.
- Evidence: Invokes project-specific scripts including
./scripts/macos_appstore_upload.sh,./scripts/ios_appstore_upload.sh,./scripts/android_playstore_upload.sh, and./scripts/deploy_all.sh. - Evidence: Executes standard development tools such as
fastlane,flutter,fvm, andfirebase. - [DATA_EXFILTRATION]: The skill accesses sensitive credential files required for app store authentication.
- Evidence: Reads Apple API keys from the
~/.app_store_credentials/AuthKey_*.p8directory and accesses environment variables like$APP_STORE_CONNECT_KEY_ID. - Evidence: Accesses local provisioning profiles in
~/Library/Developer/Xcode/UserData/Provisioning Profiles/. - Evidence: Reads project configuration secrets from
.envfiles using the--dart-define-from-fileflag. - [PROMPT_INJECTION]: The skill processes external project files which presents a surface for indirect prompt injection.
- Ingestion points: Reads content from
pubspec.yaml,.arblocalization files, anddescription.txtmetadata files (SKILL.md). - Boundary markers: Absent; there are no instructions to ignore malicious directives that might be embedded in the ingested text.
- Capability inventory: Includes full shell access for builds, git commit/push capabilities, and network upload capabilities to App Store and Google Play.
- Sanitization: Absent; metadata content is read and used directly for store listing preparation without filtering.
Audit Metadata