axiom-shipping
Fail
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: CRITICALINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill directs the agent or user to install the
asc-mcptool from a third-party GitHub repository (zelentsov-dev/asc-mcp) using themintpackage manager. This repository is not associated with a known trusted vendor. - [DATA_EXFILTRATION]: The skill requires access to sensitive local configuration files to perform its triage tasks. Specifically,
skills/production-triage.mdinstructs the agent to locate Sentry authentication tokens in the~/.sentryclircfile. While this is necessary for the skill's primary purpose of Sentry triage, it involves accessing sensitive credential files. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted data from external sources, creating a potential injection surface.
- Ingestion points:
skills/production-triage.md(Sentry issue data and stack traces),skills/testflight-triage.md(TestFlight feedback and crash logs), andskills/asc-mcp.md(App Store reviews). - Boundary markers: No specific boundary markers or instructions to treat external data as untrusted were found.
- Capability inventory: The skill utilizes
curlfor network requests and executes CLI tools such asxcsym,atos, andxcodebuildfor data processing. - Sanitization: No explicit sanitization logic for ingested external content is described.
- [COMMAND_EXECUTION]: The skill documentation includes multiple shell commands for checking URL resolution (
curl -sI) and performing crash diagnostics (xcsym triage). These commands are standard for development workflows but rely on shell execution.
Recommendations
- Contains 1 malicious URL(s) - DO NOT USE
Audit Metadata