Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions skills/agent-observability-eval-bootstrap/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ metadata:

spec:
repository: "https://github.com/datadog-labs/agent-skills"
ref: "bcbdc2ba1157ce67a420ade1321cea12c7c2cc01"
ref: "7f8b08f4fa57211ac1b2b42d9771c9e0c4d79124"
path: "agent-observability/agent-observability-eval-bootstrap"
version: "0.3.3"
version: "0.4.0"

provenance:
repository_uri: "https://github.com/datadog-labs/agent-skills"
Expand Down
4 changes: 2 additions & 2 deletions skills/agent-observability-experiment-analyzer/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ metadata:

spec:
repository: "https://github.com/datadog-labs/agent-skills"
ref: "bcbdc2ba1157ce67a420ade1321cea12c7c2cc01"
ref: "7f8b08f4fa57211ac1b2b42d9771c9e0c4d79124"
path: "agent-observability/agent-observability-experiment-analyzer"
version: "0.3.3"
version: "0.4.0"

provenance:
repository_uri: "https://github.com/datadog-labs/agent-skills"
Expand Down
4 changes: 2 additions & 2 deletions skills/agent-observability-session-classify/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ metadata:

spec:
repository: "https://github.com/datadog-labs/agent-skills"
ref: "bcbdc2ba1157ce67a420ade1321cea12c7c2cc01"
ref: "7f8b08f4fa57211ac1b2b42d9771c9e0c4d79124"
path: "agent-observability/agent-observability-session-classify"
version: "0.3.3"
version: "0.4.0"

provenance:
repository_uri: "https://github.com/datadog-labs/agent-skills"
Expand Down
4 changes: 2 additions & 2 deletions skills/dd-apm/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ metadata:

spec:
repository: "https://github.com/datadog-labs/agent-skills"
ref: "bcbdc2ba1157ce67a420ade1321cea12c7c2cc01" # main as of 2026-04-15
ref: "7f8b08f4fa57211ac1b2b42d9771c9e0c4d79124" # main as of 2026-04-15
path: "dd-apm"
version: "0.4.2"
version: "0.5.0"

provenance:
repository_uri: "https://github.com/datadog-labs/agent-skills"
Expand Down
4 changes: 2 additions & 2 deletions skills/dd-docs/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ metadata:

spec:
repository: "https://github.com/datadog-labs/agent-skills"
ref: "bcbdc2ba1157ce67a420ade1321cea12c7c2cc01"
ref: "7f8b08f4fa57211ac1b2b42d9771c9e0c4d79124"
path: "dd-docs"
version: "0.4.2"
version: "0.5.0"

provenance:
repository_uri: "https://github.com/datadog-labs/agent-skills"
Expand Down
4 changes: 2 additions & 2 deletions skills/dd-logs/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ metadata:

spec:
repository: "https://github.com/datadog-labs/agent-skills"
ref: "bcbdc2ba1157ce67a420ade1321cea12c7c2cc01"
ref: "7f8b08f4fa57211ac1b2b42d9771c9e0c4d79124"
path: "dd-logs"
version: "0.4.2"
version: "0.5.0"

provenance:
repository_uri: "https://github.com/datadog-labs/agent-skills"
Expand Down
6 changes: 4 additions & 2 deletions skills/dd-monitors/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ metadata:

spec:
repository: "https://github.com/datadog-labs/agent-skills"
ref: "bcbdc2ba1157ce67a420ade1321cea12c7c2cc01"
ref: "7f8b08f4fa57211ac1b2b42d9771c9e0c4d79124"
path: "dd-monitors"
version: "0.4.2"
version: "0.5.0"

provenance:
repository_uri: "https://github.com/datadog-labs/agent-skills"
Expand All @@ -21,3 +21,5 @@ security:
allowed_issues:
- rule_id: MANIFEST_MISSING_LICENSE
reason: "datadog-labs/agent-skills is licensed MIT at the repository root; upstream does not embed an SPDX license identifier in per-skill SKILL.md frontmatter."
- rule_id: ATR_2026_00066
reason: "FP: matched the Datadog monitor-message template placeholder `{{host.name}}` (SKILL.md:119). It is alert context substituted at delivery time, not an agent instruction or payload. datadog-labs/agent-skills @7f8b08f4fa57211ac1b2b42d9771c9e0c4d79124."
6 changes: 4 additions & 2 deletions skills/dd-pup/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ metadata:

spec:
repository: "https://github.com/datadog-labs/agent-skills"
ref: "bcbdc2ba1157ce67a420ade1321cea12c7c2cc01"
ref: "7f8b08f4fa57211ac1b2b42d9771c9e0c4d79124"
path: "dd-pup"
version: "0.4.2"
version: "0.5.0"

provenance:
repository_uri: "https://github.com/datadog-labs/agent-skills"
Expand All @@ -30,3 +30,5 @@ security:
subcommands a user explicitly runs against their own Datadog tenant,
not autonomous high-risk tool calls. Verified at digest
98343f304cbd4439b3d7640cfe64f78070e44d68.
- rule_id: ATR_2026_00002
reason: "FP: matched the Markdown link text `[setup instructions]` in SKILL.md:42, which points to the upstream pup installation documentation; it is ordinary documentation, not an instruction-injection pattern. datadog-labs/agent-skills @7f8b08f4fa57211ac1b2b42d9771c9e0c4d79124."
Loading