Scan a page for hidden AI instructions
scan_job_pageScan a public URL, typically a job posting or application page, for hidden text, HTML comments, metadata and script content that try to instruct an AI agent (prompt injection). Returns a risk level (clean, notice, suspicious, high), a short verdict and the evidence, so the agent can decide whether to continue or pause for human review.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public URL to inspect, such as a job application page. | |
| timeoutMs | No | Optional scan timeout in milliseconds. |