asc-submission-health
Pass
Audited by Gen Agent Trust Hub on Mar 28, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute multiple shell commands using the
ascCLI tool. These commands are used to query and modify App Store Connect resources such as builds, encryption declarations, app versions, and privacy settings. The use of CLI commands is essential to the skill's functionality for automating App Store management tasks. - [DATA_EXFILTRATION]: No patterns of unauthorized data exfiltration were found. The skill interacts with local files like
Info.plistandprivacy.jsonwhich are standard for iOS development. Network communication is encapsulated within theasctool to interface with Apple's official services. - [CREDENTIALS_UNSAFE]: The skill does not contain hardcoded credentials or instructions that would lead to credential exposure. It explicitly states that authentication must be pre-configured, following best practices for secret management.
- [PROMPT_INJECTION]: There are no instructions aimed at overriding agent behavior, bypassing safety filters, or extracting system prompts.
Audit Metadata