Skip to main content

implementing-ticketing-system-for-incidents

Implements an integrated incident ticketing system for SOC teams, automating ticket creation and management with SIEM alerts.

Install this skill

or
20/100

Security score

The implementing-ticketing-system-for-incidents skill was audited on Jun 5, 2026 and we found 6 security issues across 2 threat categories, including 5 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 362

Eval function call - arbitrary code execution

SourceSKILL.md
362avg(eval((resolved_at - opened_at) / 3600)) AS avg_resolution_hours,
high line 363

Eval function call - arbitrary code execution

SourceSKILL.md
363sum(eval(if(urgency="1", 1, 0))) AS critical,
high line 364

Eval function call - arbitrary code execution

SourceSKILL.md
364sum(eval(if(urgency="2", 1, 0))) AS high,
high line 365

Eval function call - arbitrary code execution

SourceSKILL.md
365sum(eval(if(urgency="3", 1, 0))) AS medium,
high line 366

Eval function call - arbitrary code execution

SourceSKILL.md
366sum(eval(if(urgency="4", 1, 0))) AS low
medium line 51

Webhook reference - potential data exfiltration

SourceSKILL.md
51- SIEM integration capability (REST API, webhook, or SOAR connector)
Scanned on Jun 5, 2026
View Security Dashboard
Installation guide →