MCPcopy Index your code
hub / github.com/BlockRunAI/ClawRouter / ScanFinding

Interface ScanFinding

test/integration/security-scanner.test.ts:17–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15import { pathToFileURL } from "node:url";
16
17interface ScanFinding {
18 ruleId: string;
19 severity: "critical" | "warn" | "info";
20 file: string;
21 line: number;
22 message: string;
23 evidence: string;
24}
25
26interface ScanSummary {
27 scannedFiles: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected