Synthetic skill content mimicking the noise profile of frontend animation projects (HTML5 canvas, framework env-vars, inline SVG data URIs, CSS keyframes) plus exactly one genuine HITL trap signal. Used by tests/scanners/skill-scanner-narrative.test.mjs (added in v7.1.1) to exercise: - content-extractor: HIGH HITL trap signal + framework env-var references (process.env.REACT_APP_*, VITE_PUBLIC_*) - entropy scanner: inline SVG data URI suppressed via line-context rules The .llm-security-ignore file uses the SCANNER:glob format (scanners/scan-orchestrator.mjs:34-40) — ENT:**/*.md suppresses any entropy-scanner findings when the fixture is run through scan-orchestrator in the Step 6 smoke test. Part of v7.1.1 narrative-coherence patch. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
6 lines
367 B
Text
6 lines
367 B
Text
# Orchestrator-level ignore rule. Format per scanners/scan-orchestrator.mjs:34-40
|
|
# is `SCANNER:glob` — three-letter uppercase scanner prefix, colon, glob
|
|
# pattern. Suppresses entropy-scanner findings on .md files when the
|
|
# fixture is run through scan-orchestrator (Step 6 smoke test).
|
|
# Direct entropyScan() calls in Step 5 do NOT consult this file.
|
|
ENT:**/*.md
|