What problem does it solve?
This Skill helps you detect security-relevant structural changes between two code snapshots that are easy to miss with line-by-line diffs, such as new attack paths, taint propagation changes, blast radius growth, and privilege boundary modifications.
Core Features & Use Cases
- Structural graph comparison across snapshots: Build Trailmark code graphs for a “before” and “after” snapshot and compute a structural diff.
- Security-focused evolution signals: Identify new tainted paths, entrypoint and trust changes, blast radius shifts, complexity deltas, and privilege boundary changes.
- Complementary to text diffs: Use it to complement differential reviews by focusing on architecture/flow-level changes rather than superficial edits.
Quick Start
Use the graph-evolution skill to compare two git refs by building Trailmark graphs for each, running pre-analysis on both, computing the native structural diff and the subgraph diff, then reviewing the generated security-focused report.