SEC-B12: blacklist incident decision tree and rollback runbook (#400) #924
No reviewers
Labels
No labels
agent:fix_bugfix
agent:fix_conflicts
agent:fix_security
agent:gap_analysis
agent:implement
agent:implement
agent:implement
agent:open_issues
agent:ready
agent:research
agent:security_audit
agent:verify
architecture
backend
blocker:hybrid
blocker:launch
blocker:limit-orders
blocker:v2
block:log_only
block:security
bug
ci
contracts
correctness
deploy
dev
devops
docs
documentation
duplicate
e2e
enhancement
epic
feature
frontend
functional-completion
gas
good first issue
governance
help wanted
high-risk
hooks
hybrid
indexer
infra
infrastructure
integrators
invalid
launch-blocker
limit-orders
localnet
localterra
low priority
missing-implementation
needs-design
ops
performance
priority
high
priority
medium
product
qa
QA
question
ready
ready
research
scripts
security
security-hardening
smartcontracts
tech-debt
testing
ux
UX
v2
verification
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
code/cl8y-dex-terraclassic!924
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "issue-400-blacklist-decision-runbook"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Adds operator documentation for SEC-B12 (GitLab #400): an incident blacklist decision tree and false-positive rollback runbook covering wallet (confirmed exploit actor / documented ToS violation), token (malicious CW20), and pair (compromised pool) criteria, plus mandatory evidence preservation before
Unblacklist*.Changes:
docs/runbooks/blacklist-decision.mdwith mermaid decision tree, severity hints, classification criteria, rollback checklist, and execution referencedocs/templates/incident-dex-indexer.mdMitigation step links to the runbookdocs/security-model.md,docs/adr/0003-governance-trading-blacklist.md,docs/README.mdskills/AGENTS_BLACKLIST_DECISION.mdmake check-blacklist-decision-docs+make verify-issue-400(added tomake lint)Related to #400.
Acceptance checklist
grep -q 'Confirmed exploit actor' docs/runbooks/blacklist-decision.mdgrep -q 'Malicious CW20' docs/runbooks/blacklist-decision.mdgrep -q 'Compromised pool' docs/runbooks/blacklist-decision.mdgrep -q 'Preserve original evidence' docs/runbooks/blacklist-decision.mdgrep -q 'blacklist-decision.md' docs/templates/incident-dex-indexer.mdAutomated gate:
make verify-issue-400→ 4/4 PASS.Verification checklist (third parties)
Manual:
docs/runbooks/blacklist-decision.md— confirm decision tree covers wallet / token / pair / ToS branches and rollback checklist.docs/templates/incident-dex-indexer.md§ Mitigation — confirm link to blacklist runbook.docs/security-model.md§ Trading blacklist links to operator runbook (not duplicating user FAQ).Security review — MR !924
Commit reviewed:
3a6834f0bbb6c2b42693cd937f24cabeb9570560Scope: Documentation and CI drift guards only —
docs/runbooks/blacklist-decision.md, cross-links in ADR/security-model/incident template/README/testing,skills/AGENTS_BLACKLIST_DECISION.md,scripts/check_blacklist_decision_docs.py,scripts/qa/verify-issue-400.sh, Makefilelint/verify-issue-400targets.Method: Full MR diff review; traced attacker-controlled input to sinks (none present in changed code). Prior MR security threads: none.
Outcome:
FINDINGS: 0medium+No inline threads — no exploitable paths identified on this diff.
Areas examined
<factory>,<terra1...>); no credentialsBlacklist*/Unblacklist*messages (ADR 0003); no contract or indexer handler changesThe runbook’s reference to
GET /api/v1/compliance/blacklist-checkdocuments a pre-existing read-only compliance probe; this MR does not alter that endpoint.Security review: no medium+ findings on this diff.
mentioned in commit
3446b3332a