fdk
Fail
Audited by Snyk on Jul 15, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.90). This is a direct raw GitHub-hosted shell script from a user repository that the skill instructs to execute via curl|bash — a high-risk pattern (remote install script execution from a non-official repo) that can be used to distribute malware.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The SKILL.md contains an explicit runtime command that fetches and executes a remote shell script via curl: "bash <(curl -fsSL https://raw.githubusercontent.com/Rheinmir/setup/orca/fdk/tools/fdk-kit.sh) pull", so the URL https://raw.githubusercontent.com/Rheinmir/setup/orca/fdk/tools/fdk-kit.sh is a runtime dependency that executes remote code.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata