arkcli-train-finetune
Fail
Audited by Snyk on Jun 23, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.70). The first two links are official Volcengine documentation pages (low risk), but the third is a direct tar.gz installer hosted on a public TOS object-storage domain rather than a vetted package index (pip/PyPI), so it could deliver arbitrary code and should be verified (publisher, checksum, or preferred official distribution) before installing.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill's "SDK Fallback Gate" runtime instructs pip installing a remote package from https://ark-public-example-cn-beijing.tos-cn-beijing.volces.com/ark-sdk/ark_sdk-latest.tar.gz (pip install ...), which downloads and executes remote code as a required dependency for the fallback path.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata