- $magic Analyze the response for signs of sensitive or internal data leakage. Flag values that meet any of the following: - Credentials or secrets (e.g., tokens, API keys, passwords, base64 or JWT-like blobs) - Internal service references (e.g., internal URLs, IPs like 10.x.x.x, *.internal domains, localhost, local domains) - Debug traces, error dumps, or stack traces. - User data (emails, phone numbers, names) ONLY IF: - It's unrelated to the current authenticated user, or - Appears inside debug, tool, or error responses unexpectedly
0 commit comments