Skip to main content

language-detection-expert

Implements a hybrid language detection algorithm for accurate dual-language processing and entity recognition in Polish.

Install this skill

or
76/100

Security score

The language-detection-expert skill was audited on Feb 12, 2026 and we found 12 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 397

Curl to non-GitHub URL

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

Curl to non-GitHub URL

SourceSKILL.md
409curl -X POST http://localhost:5002/detect \
medium line 417

Curl to non-GitHub URL

SourceSKILL.md
417curl http://localhost:5002/health
low line 49

Fetch to external URL

SourceSKILL.md
49const languageResult = await fetch('http://vigil-language-detector:5002/detect', {
low line 58

Fetch to external URL

SourceSKILL.md
58const branchA = await fetch('http://vigil-heuristics:5005/analyze', {
low line 63

Fetch to external URL

SourceSKILL.md
63const branchB = await fetch('http://vigil-semantic:5006/analyze', {
low line 49

External URL reference

SourceSKILL.md
49const languageResult = await fetch('http://vigil-language-detector:5002/detect', {
low line 58

External URL reference

SourceSKILL.md
58const branchA = await fetch('http://vigil-heuristics:5005/analyze', {
low line 63

External URL reference

SourceSKILL.md
63const branchB = await fetch('http://vigil-semantic:5006/analyze', {
low line 397

External URL reference

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

External URL reference

SourceSKILL.md
409curl -X POST http://localhost:5002/detect \
low line 417

External URL reference

SourceSKILL.md
417curl http://localhost:5002/health
Scanned on Feb 12, 2026
View Security Dashboard