Skip to main content

docs-search

Facilitates efficient codebase documentation searches for function signatures, API details, and class definitions to ensure accurate implementation.

Install this skill

or
64/100

Security score

The docs-search skill was audited on Mar 1, 2026 and we found 6 security issues across 3 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 225

Curl to non-GitHub URL

SourceSKILL.md
225- Ensure AI Maestro is running: `curl http://127.0.0.1:23000/api/hosts/identity`
medium line 214

Access to hidden dotfiles in home directory

SourceSKILL.md
214- **`docs-helper.sh`** - Sourced by the `docs-*.sh` tool scripts. Provides documentation-specific API functions (`docs_query`, `docs_index`) and initialization logic. Located alongside the tool script
medium line 220

Access to hidden dotfiles in home directory

SourceSKILL.md
220- Verify scripts installed: `ls -la ~/.local/bin/docs-*.sh`
medium line 221

Access to hidden dotfiles in home directory

SourceSKILL.md
221- Scripts are installed to `~/.local/bin/` which should be in your PATH
medium line 244

Access to hidden dotfiles in home directory

SourceSKILL.md
244This installs scripts to `~/.local/bin/`.
low line 225

External URL reference

SourceSKILL.md
225- Ensure AI Maestro is running: `curl http://127.0.0.1:23000/api/hosts/identity`
Scanned on Mar 1, 2026
View Security Dashboard