byted-kickart-overseas-viral-replicator
Fail
Audited by Snyk on Aug 1, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The prompt explicitly instructs the agent to ask users to provide their AccessKey and SecretKey and to "configure it in the system environment variables" (continuing without manual terminal operations), which requires the agent to receive and likely emit those secret values verbatim, creating an exfiltration risk.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). Outsider-authored free text is ingested at runtime via user-provided
product_url/image URL inputs andlanguagefields, which are then passed into thescripts/kickart.py submitflow and further used byscripts/metrial.py pipeline/uploadwithout any step that restricts/filters the text content beyond basic validation (e.g., domain checks for product links are not shown, and URL strings are handled as user-supplied text).
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 0.70). The skill explicitly instructs the agent to "configure [AK/SK] in the system environment variables" without requiring manual terminal operations and to run pip install commands, which ask the agent to modify the host environment and install packages (i.e., change system state) automatically.
Issues (3)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata