Skip to main content

boost-modules

Creates custom modules for Harbor Boost to intercept and transform LLM chat completions, enhancing AI interactions.

Install this skill

or
87/100

Security score

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

Categories Tested

Security Issues

medium line 187

Curl to non-GitHub URL

SourceSKILL.md
187curl http://localhost:8000/v1/models # Verify module appears
medium line 188

Curl to non-GitHub URL

SourceSKILL.md
188curl -X POST http://localhost:8000/v1/chat/completions \
low line 97

External URL reference

SourceSKILL.md
97-e "HARBOR_BOOST_OPENAI_URLS=http://172.17.0.1:11434/v1" \
low line 187

External URL reference

SourceSKILL.md
187curl http://localhost:8000/v1/models # Verify module appears
low line 188

External URL reference

SourceSKILL.md
188curl -X POST http://localhost:8000/v1/chat/completions \
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →