scan_public_api
Crawls frontend HTML and JavaScript to discover API endpoints, then probes each to map authentication and response behavior without requiring source code.
Instructions
API surface discovery from frontend JavaScript. Crawls HTML for script tags, extracts API endpoint URLs from JS bundles, probes each endpoint to map auth requirements and response behavior. No source code needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to audit (e.g., https://example.com) |