find_insecure_http
Detect insecure HTTP usage in JavaScript codebases, including http:// links, ws:// WebSockets, and cookies missing Secure/HttpOnly flags.
Instructions
Insecure HTTP (heuristic): http:// (not https), WebSocket ws:// and cookies without explicit Secure/HttpOnly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name or path of the loaded project |