Datadog/security Signals
Datadog Security Signals — signal search, triage, and archiving
2026.08.28.2
Hardened codegen: instance names sanitized against path traversal; string schema patterns emit regex validation; output schemas passthrough unknown fields.
Global Arguments
| Argument | Type | Description |
|---|---|---|
| apiKey | string | Datadog API key (DD-API-KEY) |
| appKey | string | Datadog application key (DD-APPLICATION-KEY) |
| site | enum | Datadog site |
| Argument | Type | Description |
|---|---|---|
| filter_query? | string | The search query for security signals. |
| filter_from? | string | The minimum timestamp for requested security signals. |
| filter_to? | string | The maximum timestamp for requested security signals. |
| sort? | string | The order of the security signals in results. |
| Argument | Type | Description |
|---|---|---|
| filter? | unknown | |
| page? | unknown | |
| sort? | unknown |
| Argument | Type | Description |
|---|---|---|
| signal_id | string | The ID of the signal. |
| Argument | Type | Description |
|---|---|---|
| signal_id | string | The ID of the signal. |
| assignee | unknown | |
| version? | unknown |
| Argument | Type | Description |
|---|---|---|
| signal_id | string | The ID of the signal. |
| incident_ids | unknown | |
| version? | unknown |
| Argument | Type | Description |
|---|---|---|
| signal_id | string | The ID of the signal. |
| Argument | Type | Description |
|---|---|---|
| signal_id | string | The ID of the signal. |
| archive_comment? | unknown | |
| archive_reason? | unknown | |
| state | unknown | |
| version? | unknown |
| Argument | Type | Description |
|---|---|---|
| signal_id | string | The ID of the signal. |
| Argument | Type | Description |
|---|---|---|
| signal_id | string | The ID of the signal. |
| archive_comment? | unknown | |
| archive_reason? | unknown | |
| assignee? | unknown | |
| state? | unknown | |
| version? | unknown |
Resources
2026.08.28.1
Changed: Normalized the extension license to Apache-2.0 and corrected the copyright holder to "Sean Escriva". Extensions that previously shipped an MIT LICENSE.md are now Apache-2.0, consistent with the repository root and every other extension. No code or behavioral changes.
Upgrade note: License text only. No API, schema, or runtime behavior changed.
2026.08.26.2
Fixed: Restored inline npm:zod@4.4.3 import specifiers so the registry
quality scorer can resolve dependencies and score the extension. An earlier
release used a bare "zod" import-map specifier, which published but scored as
unscored.
Changed: Retained explicit compilerOptions.strict in deno.json. No
behavioral or schema changes.
2026.08.26.2
Fixed: Restored inline npm:zod@4.4.3 import specifiers so the registry
quality scorer can resolve dependencies and score the extension. An earlier
release used a bare "zod" import-map specifier, which published but scored as
unscored.
Changed: Retained explicit compilerOptions.strict in deno.json. No
behavioral or schema changes.
2026.08.25.1
Changed: Updated labels for improved extension discoverability. Added cross-cutting category labels (security, observability, finops, infrastructure, networking, compliance, devops, ai, incident-response) where applicable.
updated labels
2026.08.24.1
Added: Output metadata attributes for observability.
durationMs: Method execution duration in milliseconds.collectedBy: Extension name that produced the data.fetchedAt: ISO 8601 timestamp when data was fetched (added to resources that previously lacked it).
2026.08.21.2
Changed: Error messages and input validation are more specific.
- API errors now name the HTTP method and path that was attempted (e.g.
Datadog API HTTP 404: GET /api/v2/security_monitoring/signals/abc-123) instead of just the raw status code and response body. - A network-level failure (DNS error, connection reset, timeout) reaching the
Datadog API now raises
Datadog API request failed: <METHOD> <path>: <reason>instead of an unlabeled fetch error. signal_idis now rejected up front if empty on every method that takes it, instead of building a malformed request path.edit_security_monitoring_signal_incidentsnow requiresincident_idsto be a non-empty array of integers (it was previously typed asunknownand accepted anything, including nothing at all).
No changes to request/response shapes or existing successful-path behavior.
2026.08.21.1
Changed: Tightened and clarified Zod schemas as part of a repo-wide schema audit.
- Added
.min(1)toapiKeyandappKeyin the global arguments schema — both are sent directly as request headers, and an empty value would never be accepted by the Datadog API. - Added descriptions to previously undocumented
filter,page,sort,assignee,incident_ids,version,archive_comment,archive_reason, andstatearguments on the search and triage-edit methods, matching the wording already used for the equivalent resource schema fields. - Added a description to the
resultfield on the bulk-edit resource schemas.
No behavioral changes — these are documentation and validation tightenings only.
2026.07.20.11
Added: Initial code-generated release of @webframp/datadog/security-signals with 12 methods covering the Datadog security signals API surface.
2026.08.21.1
Changed: Tightened and clarified Zod schemas as part of a repo-wide schema audit.
- Added
.min(1)toapiKeyandappKeyin the global arguments schema — both are sent directly as request headers, and an empty value would never be accepted by the Datadog API. - Added descriptions to previously undocumented
filter,page,sort,assignee,incident_ids,version,archive_comment,archive_reason, andstatearguments on the search and triage-edit methods, matching the wording already used for the equivalent resource schema fields. - Added a description to the
resultfield on the bulk-edit resource schemas.
No behavioral changes — these are documentation and validation tightenings only.
2026.07.20.11
Added: Initial code-generated release of @webframp/datadog/security-signals with 12 methods covering the Datadog security signals API surface.
2026.07.20.11
Added: Initial code-generated release of @webframp/datadog/security-signals with 12 methods covering the Datadog security signals API surface.
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned