> For the complete documentation index, see [llms.txt](https://docs.halosecurity.com/api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.halosecurity.com/api/events-archive/website-script-oos.md).

# website-script-oos

### Overview

* **Key:** `website-script-oos`
* **Name:** Website Script Out-of-Scope
* **Triggers when:** A script is detected on a scan that didn't exist on the previous scan

### Fields

| Field      | Type    | Description                    |
| ---------- | ------- | ------------------------------ |
| detail     | string  | Hostname of the script link    |
| host       | string  | Hostname of the script link    |
| scan\_id   | string  | ID of the scan                 |
| target\_id | integer | ID of the target               |
| url        | string  | URL of the Out-of-Scope script |

### Example data

```json
{
  "detail": "www.example.com",
  "host": "www.example.com",
  "scan_id": "202101010000x1Xx2Xx3Xx4Xx5Xx6Xx7",
  "target_id": 123456,
  "url": "https://www.example.com/example.js"
}
```
