sancheck scan for one-off checkssancheck gate for CI/CD pipelines--stdin for inline message filtering0 — allow, safe to proceed2 — block, threat detected1 — error, investigatepython -m sancheck scan https://example.com --format textprintf 'check https://example.com' | ./scripts/sancheck-gatepython -m sancheck gate --stdin --format json < message.mdOutput includes findings + allow/block decision. Checks: URL tricks, DNS/SSRF, TLS, redirects, prompt injection.