add-rtk

Fail

Audited by Snyk on Jul 16, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 0.80). The curl | sh command fetches and executes a remote install.sh from a third-party GitHub repo — executing an unreviewed shell script (even from raw.githubusercontent.com) is high-risk because it runs arbitrary code and can be used to distribute malware.

CRITICAL E006: Malicious code pattern detected in skill scripts.

  • Malicious code pattern detected (high risk: 1.00). This repo instructs installing an unsigned third‑party CLI via curl|sh, mounting the host binary into agent containers and adding a PreToolUse hook that transparently routes every Bash command through that CLI — enabling supply‑chain risk, broad command interception, and potential data exfiltration/backdoor behavior.

MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).


MEDIUM W013: Attempt to modify system services in skill instructions.

  • Attempt to modify system services in skill instructions detected (high risk: 0.90). This skill directs installing a remote script via curl|sh and programmatically changing container configurations and the agents' settings.json to mount a host binary and add a PreToolUse hook, which modifies host/container state and the agent runtime behavior.

Issues (4)

E005
CRITICAL

Suspicious download URL detected in skill instructions.

E006
CRITICAL

Malicious code pattern detected in skill scripts.

W012
MEDIUM

Unverifiable external dependency detected (runtime URL that controls agent).

W013
MEDIUM

Attempt to modify system services in skill instructions.

Audit Metadata
Risk Level
CRITICAL
Analyzed
Jul 16, 2026, 04:19 PM
Issues
4
Security Audit — snyk — add-rtk