asc-appstore-release
Pass
Audited by Gen Agent Trust Hub on Mar 14, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches the
ascCLI binary directly from the author's official GitHub repository (github.com/tddworks/asc-cli). This is a vendor-owned resource used for the skill's primary function. - [COMMAND_EXECUTION]:
- The
setup-mas-certs.shscript executesopensslfor cryptographic operations andsecuritycommands to interact with the macOS keychain for certificate management. - GitHub Action workflow templates include shell scripts that execute the
ascCLI to perform App Store Connect operations. - [PROMPT_INJECTION]: The GitHub Action templates in
references/workflow-template.mdcontain an indirect prompt injection surface. - Ingestion points: Workflow inputs such as
version,build_number, andwhats_neware interpolated into shell commands. - Boundary markers: Absent; inputs are placed directly into command-line arguments.
- Capability inventory: The templates have the capability to execute shell commands and perform network requests via the
ascCLI. - Sanitization: None detected; the templates rely on direct interpolation which could allow for command injection if inputs are maliciously crafted.
Audit Metadata