Skip to main content

implementing-ebpf-security-monitoring

Implements eBPF-based security monitoring for real-time observability and enforcement in Linux and Kubernetes environments.

Install this skill

or
12/100

Security score

The implementing-ebpf-security-monitoring skill was audited on Jun 5, 2026 and we found 10 security issues across 3 threat categories, including 5 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 386

Curl to non-GitHub URL

SourceSKILL.md
386curl -s -X POST "http://elasticsearch:9200/tetragon-events/_doc" \
high line 163

Access to /etc/passwd

SourceSKILL.md
163- "/etc/passwd"
high line 304

Access to /etc/passwd

SourceSKILL.md
304- "/etc/passwd"
high line 162

Access to /etc/shadow

SourceSKILL.md
162- "/etc/shadow"
high line 303

Access to /etc/shadow

SourceSKILL.md
303- "/etc/shadow"
medium line 165

Access to root home directory

SourceSKILL.md
165- "/root/.ssh/"
high line 165

Access to SSH directory

SourceSKILL.md
165- "/root/.ssh/"
low line 72

External URL reference

SourceSKILL.md
72helm repo add cilium https://helm.cilium.io
low line 122

External URL reference

SourceSKILL.md
122"arguments": "https://malicious.example.com/payload",
low line 386

External URL reference

SourceSKILL.md
386curl -s -X POST "http://elasticsearch:9200/tetragon-events/_doc" \
Scanned on Jun 5, 2026
View Security Dashboard
Installation guide →