Scan a repository or directory
scan_pathScan a filesystem path to detect hardcoded secrets, insecure Supabase edge functions, and deployable edge functions. Returns severity-sorted findings for quick remediation.
Instructions
Runs Kelp's static engine over a filesystem path. Detects hardcoded secrets (Stripe, AWS, GitHub, OpenAI, Anthropic, Supabase service_role, private keys, and more), Supabase edge functions that skip JWT verification, and recons Supabase edge-fn deployables. Fast, offline, deterministic. Returns findings sorted by severity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute or relative filesystem path to scan. Should be the repo root or a subdirectory of it. |