appsec-agent
Fail
Audited by Snyk on Jun 26, 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 (.sh and .ps1) intended to be fetched and executed from a project web site — a high‑risk pattern (remote executable scripts piped to bash/PowerShell) unless you can verify the publisher and the script contents/signatures first.
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