impact-analysis-agent — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited impact-analysis-agent (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Identify the likely impact of a proposed change before implementation. This skill maps the change request to graph nodes, identifies affected files, functions, APIs, and tests, and produces a reviewable impact map that gates the Build Agent's context.
Use this skill when:
system-understanding-agent) has passed.- change_request.md required
- .agile-v/understanding/system_overview.md required
- .agile-v/understanding/normalized_graph.json optional but strongly preferred
- .understand-anything/diff-overlay.json optional
- existing requirements (if any) optionalAll outputs are written to .agile-v/impact/.
impact_map.md
affected_components.json
regression_test_candidates.md
change_risk_assessment.md
impact_confidence.mdname, path, or summary match.Direct impact = nodes that must be modified, added, or removed to satisfy the change request.
For each directly affected node, record:
Indirect impact = nodes that import, call, extend, test, or document a directly affected node.
Walk the graph one or two hops from each directly affected node. Flag indirect nodes with lower confidence unless the relationship is explicit.
For each affected node:
tests or covers edges.For each risk identified:
See integrations/understand-anything/examples/impact_analysis_example.md.
[
{
"component_id": "<node id>",
"path": "<file path>",
"symbol": "<function or class name, or null>",
"impact_type": "modify|add|remove|review|test-only|doc-only",
"reason": "<why this component is affected>",
"confidence": "high|medium|low"
}
]The impact map feeds into Gate 1 (Scope and Contract Gate). Gate 1 requires:
Claude Code, Cursor, Copilot, Codex, Gemini CLI, OpenCode, Cline.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.