-
Notifications
You must be signed in to change notification settings - Fork 363
Expand file tree
/
Copy pathplugin.json
More file actions
9 lines (9 loc) · 1 KB
/
plugin.json
File metadata and controls
9 lines (9 loc) · 1 KB
1
2
3
4
5
6
7
8
9
{
"name": "trailmark",
"version": "0.8.0",
"description": "Builds multi-language source code graphs for security analysis: call graphs, attack surface mapping, blast radius, taint propagation, complexity hotspots, and entry point enumeration. Generates Mermaid diagrams (call graphs, class hierarchies, dependency maps, heatmaps). Compares code graph snapshots for structural diff and evolution analysis. Runs graph-informed mutation testing triage (genotoxic). Generates mutation-driven test vectors (vector-forge). Extracts crypto protocol message flows and converts Mermaid diagrams to ProVerif models. Projects SARIF and weAudit findings onto code graphs. Use when analyzing call paths, mapping attack surface, visualizing code architecture, triaging survived mutants, generating cryptographic test vectors, diagramming crypto protocols, formally verifying protocols, or augmenting audits with static analysis findings.",
"author": {
"name": "Scott Arciszewski",
"url": "https://github.com/tob-scott-a"
}
}