graph-query (AI Maestro)
Query a codebase dependency graph for callers, dependencies, and change impact.
🛡️ AgentReady threat assessment
MAESTRO 7-layer threat model + OWASP AIVSS risk score for graph-query (AI Maestro), derived from its capabilities.
AIVSS 6.8 · Medium
View MAESTRO 7-layer threat model →Overview
An Agent Skill (part of the AI Maestro suite) that queries a code-graph database to surface component relationships, call chains, and change impact before modifications. It requires AI Maestro running locally with the codebase indexed and runs graph queries the agent uses to reason about blast radius.
Key features
- Caller and dependency lookup
- Change-impact analysis
- Local code-graph querying
Use cases
- Finding what depends on a component
- Assessing change impact before editing