dt-sec-insights

Featured

Query and analyze Dynatrace security data in security.events with DQL: vulnerabilities, threat detections, compliance posture, and scan coverage. Covers Dynatrace-native Runtime Vulnerability Analytics (RVA — CVEs, reachability, exposure, exploit), Runtime Application Protection (RAP), Automated Detections, and Security Posture Management (KSPM/CSPM), plus external security products and tools. Trigger: "open critical vulnerabilities", "vulnerable functions in use and publicly exposed", "top vulnerable libraries / K8s workloads", "CIS/DORA compliance pass rate", "SQL injection detections", "map external findings to workloads", "hosts not covered by scanning". Do NOT use for explaining existing DQL (use dt-dql-essentials), Davis problems (dt-obs-problems), logs (dt-obs-logs), distributed tracing (dt-obs-tracing), service RED metrics (dt-obs-services), or platform usage/audit telemetry (dt-platform).

AI & Automation 137 stars 28 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 89/100

Stars 20%
71
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Security Insights Skill Query and analyze Dynatrace security data in `security.events` using DQL. Events come from **Dynatrace-native sources** (RVA, RAP, Automated Detections, SPM) or **external products** ingested via integrations (AWS Security Hub, Amazon GuardDuty, GitHub Advanced Security, Snyk, Qualys, Tenable, and more). ## What This Skill Covers - **Vulnerability management** — open CVEs on running code from DT-native RVA (risk-ranked with Dynatrace Security Score and the four-dimension runtime assessment: vulnerable-function-in-use, public network exposure, reachable data assets, public exploit available) plus external SCA / SAST / image scanners. - **Compliance posture** — DT-native KSPM (Kubernetes-only: CIS, DORA, NIST, STIG) plus CSPM/VSPM and external compliance/posture providers. - **Runtime attacks and threats** — DT-native detections (RAP runtime attacks, Automated Detections rules) plus external detection providers. - **Scan coverage analysis** — covered vs. not-covered k8s workloads/hosts/processes, by Dynatrace scanning feature (`Library Vulnerability Analytics`, `Operating System Vulnerability Analytics`, `Code-level Vulnerability Analytics`) or by external product. - **Entity enrichment** — map external findings to Dynatrace runtime entities (hosts, K8s workloads, cloud resources) via Smartscape. - **Dashboards / KPIs** — tiles, top-N tables, trend charts, coverage donuts. ## When to Use This Skill ✅ **Must-first routing rule:** ...

Details

Author
Dynatrace
Repository
Dynatrace/dynatrace-for-ai
Created
5 months ago
Last Updated
today
Language
JavaScript
License
Apache-2.0

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Listed

security-static-analysis

Detect vulnerabilities before commit using CodeQL, Semgrep, and SARIF processing, backed by manual review of the changed surface. Use this skill before merging changes that touch authentication, authorization, user input, file handling, secrets, deserialization, subprocess execution, or dependencies.

0 Updated 1 weeks ago
10xequity
DevOps & Infrastructure Featured

dt-obs-kubernetes

Kubernetes cluster, pod, node, and workload monitoring. Use when analyzing K8s health, resource optimization, pod failures, OOMKills, scheduling, or security posture. Also use for Kubernetes operational events like pod restarts, OOM events, evictions, and cluster event history. Trigger: "Kubernetes pods", "K8s cluster health", "OOMKill", "pod restarts", "container CPU", "namespace resource usage", "over-provisioned pods", "privileged containers", "pod placement", "K8s node capacity", "running containers by cluster", "workload scheduling", "pod evictions", "K8s labels and annotations", "kubernetes events", "pod restart events", "OOM events", "K8s event history". Do NOT use for explaining existing queries, product documentation questions, AWS-specific resource queries, service-level RED metrics, distributed tracing, or log analysis — use the relevant skill instead.

137 Updated today
Dynatrace
AI & Automation Listed

auditing-security

Performs an AppSec review (authentication, authorization, IDOR, tenant isolation, RLS, injection, XSS, CSRF, SSRF, secrets, crypto, upload handling, rate limiting, OWASP Top 10 / API Security Top 10) and a DevSecOps/supply-chain review (dependency/SCA via real ecosystem tools, GitHub Actions CI security, lockfile reproducibility, secret-scanning depth) — without destructive testing and without building a homegrown vulnerability scanner. Use when asked to audit security, review multi-tenant isolation, assess a change for security risk, audit dependencies, or review CI/supply-chain security.

0 Updated 4 days ago
JavierQuinan