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 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 156

Curl to non-GitHub URL

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

Access to hidden dotfiles in home directory

SourceSKILL.md
145- **`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 151

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
170This installs scripts to `~/.local/bin/`.
low line 156

External URL reference

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