Skip to main content

pattern-library-manager

Manages detection patterns in Vigil Guard v2.0.0, optimizing performance and validating regex patterns for security vulnerabilities.

Install this skill

or
70/100

Security score

The pattern-library-manager skill was audited on Feb 28, 2026 and we found 10 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 280

Template literal with variable interpolation in command context

SourceSKILL.md
280```bash
medium line 356

Curl to non-GitHub URL

SourceSKILL.md
356curl -X POST http://localhost:5005/analyze \
medium line 374

Curl to non-GitHub URL

SourceSKILL.md
374curl http://localhost:5005/health # Heuristics
medium line 375

Curl to non-GitHub URL

SourceSKILL.md
375curl http://localhost:5006/health # Semantic
medium line 376

Curl to non-GitHub URL

SourceSKILL.md
376curl http://localhost:8000/health # LLM Guard
low line 110

External URL reference

SourceSKILL.md
110### Web UI Editable (via http://localhost/ui/config/)
low line 356

External URL reference

SourceSKILL.md
356curl -X POST http://localhost:5005/analyze \
low line 374

External URL reference

SourceSKILL.md
374curl http://localhost:5005/health # Heuristics
low line 375

External URL reference

SourceSKILL.md
375curl http://localhost:5006/health # Semantic
low line 376

External URL reference

SourceSKILL.md
376curl http://localhost:8000/health # LLM Guard
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →