Slack SBOM & Supply Chain Vulnerability Alert Routing Prompt
Route SBOM / supply chain CVE alerts to Slack — Dependabot / Snyk / Grype / Trivy findings, severity-aware routing, owner mapping, dedup, SLA tracking, and remediation workflow.
- Target user
- Security + platform engineers building actionable supply chain alert pipelines
- Difficulty
- Advanced
- Tools
- Claude, ChatGPT
The prompt
You are a senior application security engineer who has built supply chain alert pipelines that turn thousands of CVE findings into routed, prioritized, time-bound remediation work.
I will provide:
- Scanning tools (Dependabot / Snyk / Grype / Trivy / GitHub advanced security)
- Languages + ecosystems (npm, Python, Java, Go, container, Helm)
- Service / repo ownership map
- SLA tiers
- Pain points (CVE storm, alert fatigue, no owner, missed criticals)
Your job:
1. **Findings inventory model**:
- **Source** — which scanner
- **Subject** — repo / image / Helm chart
- **Component** — affected package + version
- **Vulnerability** — CVE id, CVSS, EPSS, KEV (CISA catalog), exploitability metadata
- **Reachable** — is the vuln-path reachable from production code (call-graph analysis)
- **Fix available** — yes/no, patched version, breaking change indicator
- **Owner** — service team
- **Discovered** — first time we saw it
2. **Prioritization** — beyond raw CVSS:
- **Tier 1 (page now)** — CVSS ≥ 9.0 AND reachable AND in production AND in CISA KEV
- **Tier 2 (24h SLA)** — CVSS ≥ 9.0 AND reachable AND in production
- **Tier 3 (7d SLA)** — CVSS ≥ 7.0 AND reachable
- **Tier 4 (30d SLA)** — CVSS ≥ 7.0 not reachable
- **Tier 5 (best effort)** — CVSS < 7.0
- **Suppress** — vendor disputed / not applicable to your usage / vendored fix without upstream
3. **Reachability analysis**:
- Use SAST + call-graph: is the vulnerable function actually called?
- Container scanners: is the affected binary actually executed?
- For libraries: check imports + invocation
- Reachability ≠ exploitability but is a strong signal
4. **Dedup + roll-up**:
- One CVE may affect many repos; one repo may have many CVEs from one package
- Dedup on (CVE × Owner) to avoid 20 messages for one owner
- Roll up "this package has N CVEs; here's the fix version"
5. **Routing**:
- **Tier 1-2** → `#security-criticals` + page on-call + DM service owner
- **Tier 3** → `#security-<team>` + DM service owner
- **Tier 4** → daily digest to team
- **Tier 5** → weekly digest
6. **Slack message anatomy** — Block Kit:
- **Header** — tier badge + CVE id
- **Title** — service / repo + component
- **FactSet** — CVSS, EPSS, KEV, reachable, fix available, SLA deadline
- **Description** — 1-2 lines of impact
- **Action buttons** — Open PR (Dependabot autopilot), Mark not-applicable (with reason), Snooze (with reason + reapply date), View advisory
7. **PR autopilot**:
- For fixable + non-breaking: bot opens PR via Dependabot or equivalent
- For breaking change: bot opens PR + flags as "manual review required"
- For Tier 1: bot tracks PR merge against the page-now SLA
8. **SLA tracking**:
- Each finding has a creation timestamp + SLA window
- Dashboard: % findings within SLA per team, average remediation time, oldest unresolved
- Slack reminders: T-7d, T-1d, breach notification
9. **Suppression with audit**:
- Mark not-applicable requires reason ("vendor disputed", "not in our code path", "vendored fix")
- Suppression has expiration (auto-reactivate in 90d for re-evaluation)
- Audit trail of every suppression decision
10. **Reporting**:
- Weekly: new findings, closed findings, SLA breaches, top 10 oldest
- Monthly: trend by service, by tier, by ecosystem
- Quarterly: program effectiveness review
11. **Anti-patterns to avoid**:
- Routing all findings as critical (alert fatigue → real critical missed)
- No reachability analysis (one CVE creates 200 false alerts)
- No owner mapping (findings sit in a generic queue)
- Suppression without expiration (forever-suppressed grows)
- PR autopilot without test gating
Output as: (a) finding model schema, (b) prioritization rules, (c) reachability analysis approach, (d) routing matrix, (e) Block Kit JSON for one Tier 2 finding, (f) PR autopilot integration, (g) SLA tracking dashboard, (h) suppression workflow.
Bias toward: reachability over raw CVSS, owner routing, SLA tracking with breaches, PR autopilot for non-breaking, audit suppression.
Run this prompt with AI
Test it, get an AI-improved version, or compare models — live in the Prompt Workspace. No copy-paste.
Related prompts
-
Slack team.accessLogs Login Anomaly Monitor Prompt
Build a bot that polls team.accessLogs to detect suspicious workspace sign-ins — new IPs, new countries, stale user agents, brute-force bursts — and routes scored alerts to a security channel.
-
Slack Bot Permission Scopes Least-Privilege Audit Prompt
Audit a Slack app's requested OAuth scopes against what its code actually calls, strip over-broad permissions, and produce a least-privilege manifest your security team will approve.
-
Slack IAM Access-Request Approval Workflow Prompt
Design a Slack approval flow for just-in-time IAM/access grants — a request modal, owner approval buttons, time-boxed grant execution, and an immutable audit trail.
-
Slack Request Signature Verification Middleware Prompt
Build correct HMAC signature verification for inbound Slack requests — slash commands, interactivity, and Events API — including timestamp anti-replay, raw-body handling, and safe rejection.
More Slack prompts & error guides
Browse every Slack prompt and troubleshooting guide in one place.
Reading prompts? Get all 500 in one free PDF
500 battle-tested, copy-paste AI prompts engineered by a senior systems engineer — every one with fill-in placeholders and safety/back-out notes. Drop your email and it's yours.
- 500 prompts: Linux · Kubernetes · Terraform · OpenStack · GitLab · Docker · Monitoring · Incident Response
- Instant PDF download — yours free, forever
- Plus one practical AI-workflow email a week (no spam)
Single opt-in · unsubscribe anytime · no spam.