Skip to main content

graph-query

Queries a code graph database to analyze component relationships and dependencies, enhancing code understanding and modification.

Install this skill

or
64/100

Security score

The graph-query skill was audited on May 12, 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 157

Curl to non-GitHub URL

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

Access to hidden dotfiles in home directory

SourceSKILL.md
146- **`graph-helper.sh`** - Sourced by the `graph-*.sh` tool scripts. Provides graph-specific API functions (`graph_query`, `init_graph`) and initialization logic. Located alongside the tool scripts in
medium line 152

Access to hidden dotfiles in home directory

SourceSKILL.md
152- Verify scripts installed: `ls -la ~/.local/bin/graph-*.sh`
medium line 153

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
171This installs scripts to `~/.local/bin/`.
low line 157

External URL reference

SourceSKILL.md
157- Ensure AI Maestro is running: `curl http://127.0.0.1:23000/api/hosts/identity`
Scanned on May 12, 2026
View Security Dashboard
Installation guide →