MCPcopy Create free account
hub / github.com/garrytan/gstack / shouldRunTranscriptCheck

Function shouldRunTranscriptCheck

browse/src/security-classifier.ts:610–614  ·  view source on GitHub ↗
(signals: LayerSignal[])

Source from the content-addressed store, hash-verified

608 * another layer already fired at >= LOG_ONLY — saves ~70% of Haiku calls.
609 */
610export function shouldRunTranscriptCheck(signals: LayerSignal[]): boolean {
611 return signals.some(
612 (s) => s.layer !== 'transcript_classifier' && s.confidence >= THRESHOLDS.LOG_ONLY,
613 );
614}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected