appsec-agent
Fail
Audited by Snyk on Jun 21, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 1.00). These are direct install scripts on a third‑party domain that the skill explicitly instructs to pipe to a shell/PowerShell (curl | bash, irm | iex), a high‑risk distribution pattern unless the domain and script contents are independently verified.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill's Setup explicitly instructs running remote installers at runtime that execute fetched code (curl -fsSL https://opentaint.org/install.sh | bash and irm https://opentaint.org/install.ps1 | iex) to install the required opentaint binary, so external content would be executed and controls runtime behavior.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata