Performance-Troubleshoot
Warn
Audited by Snyk on Aug 14, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill includes a runtime git clone of external code ("git clone https://github.com/brendangregg/FlameGraph") and then runs the fetched script (./flamegraph.pl), meaning it fetches and executes remote code from https://github.com/brendangregg/FlameGraph.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 1.00). The skill recommends many privileged, system-wide changes (echoing into /sys and /proc, sysctl -w, mount -o, changing cgroup settings) that require root and modify the machine's state.
Issues (2)
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata