profiling
Warn
Audited by Snyk on Feb 16, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill includes an explicit runtime step to "git clone https://github.com/brendangregg/FlameGraph" and then execute its scripts (./FlameGraph/stackcollapse-perf.pl | ./FlameGraph/flamegraph.pl), which fetches and runs remote code used to produce the flamegraph, so this URL is a runtime external dependency that executes remote code.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 1.00). Flagged because the skill explicitly instructs modifying kernel security settings (e.g. echo 0 > /proc/sys/kernel/perf_event_paranoid and echo 0 > /proc/sys/kernel/yama/ptrace_scope), which disables security controls and requires elevated privileges, thus pushing the agent to compromise the machine state.
Audit Metadata