🐛 fix(skills): quote YAML descriptions
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: defense-in-depth
|
||||
description: Defense in depth: add layered validation/guardrails across a data path (auth, validation, invariants, rate limits, idempotency). Triggers: defense in depth, guardrails, harden, 分层校验, 多道防线, 安全加固.
|
||||
description: "Defense in depth: add layered validation/guardrails across a data path (auth, validation, invariants, rate limits, idempotency). Triggers: defense in depth, guardrails, harden, 分层校验, 多道防线, 安全加固."
|
||||
---
|
||||
|
||||
# Defense in Depth(分层校验 / 多道防线)
|
||||
@@ -48,4 +48,3 @@ description: Defense in depth: add layered validation/guardrails across a data p
|
||||
- Avoid “one big check”; prefer multiple small, well-scoped checks
|
||||
- Prefer explicit errors over silent fallback
|
||||
- Security checks must not be bypassable via alternate code paths
|
||||
|
||||
|
||||
Reference in New Issue
Block a user