MCPcopy
hub / github.com/garrytan/gstack / isObviousDocExample

Function isObviousDocExample

lib/redact-engine.ts:221–223  ·  view source on GitHub ↗

* Doc-example heuristic: a credential span inside a tool fence still BLOCKS if * it looks like a LIVE credential (not an obvious placeholder/example). We only * downgrade-to-WARN spans that are clearly illustrative.

(span: string)

Source from the content-addressed store, hash-verified

219 * downgrade-to-WARN spans that are clearly illustrative.
220 */
221function isObviousDocExample(span: string): boolean {
222 return isPlaceholderSpan(span);
223}
224
225// ── Proximity check ───────────────────────────────────────────────────────────
226

Callers 1

scanFunction · 0.85

Calls 1

isPlaceholderSpanFunction · 0.90

Tested by

no test coverage detected