check_leak_scan
Check pattern-catalog summary and dependency availability for detecting publisher telemetry pipeline leaks in binary artifacts, scanning for sensitive strings like Sentry DSNs, Slack tokens, and AWS keys.
Instructions
Return pattern-catalog summary + dependency availability.
Always returns status: OK (this server has no external
system-tool dependencies — pure Python).
The optional [verify] extra adds httpx for live
verification of Sentry / Confluence endpoints. When missing,
:func:verify_sentry_dsn and :func:verify_confluence_url
return {"verified": False, "reason": "httpx not installed"}
— the leak detection itself is unaffected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||