Skip to main content

performing-user-behavior-analytics

Enables detection of anomalous user activities through User and Entity Behavior Analytics, enhancing security monitoring and threat detection.

Install this skill

or
10/100

Security score

The performing-user-behavior-analytics skill was audited on Jun 5, 2026 and we found 6 security issues across 1 threat category, including 6 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 71

Eval function call - arbitrary code execution

SourceSKILL.md
71avg(eval(strftime(_time, "%H"))) AS avg_login_hour,
high line 72

Eval function call - arbitrary code execution

SourceSKILL.md
72stdev(eval(strftime(_time, "%H"))) AS stdev_login_hour
high line 144

Eval function call - arbitrary code execution

SourceSKILL.md
144| stats avg(eval(count)) AS baseline_avg_files,
high line 145

Eval function call - arbitrary code execution

SourceSKILL.md
145stdev(eval(count)) AS baseline_stdev_files,
high line 146

Eval function call - arbitrary code execution

SourceSKILL.md
146avg(eval(sum(bytes))) AS baseline_avg_bytes
high line 180

Eval function call - arbitrary code execution

SourceSKILL.md
180avg(eval(count)) AS baseline_daily_events by TargetUserName
Scanned on Jun 5, 2026
View Security Dashboard
Installation guide →
GitHub Stars 8
Rate this skill
Categorydevelopment
UpdatedJune 15, 2026
26zl/cybersec-toolkit