docs(claude_skill): skill-safety rationale (CSKILL-001..011)#15
Merged
Conversation
Rule-by-rule defense + OWASP LLM Top-10 mapping for the claude_skill pack: CSKILL-001/002/003 (auto-approved shell, pre-model dynamic-context exec + egress/secret exfil), 010/011 (bundled-script egress + credential read), 020 (external content), 040 (injection markers incl. hidden-Unicode), 050 (model-invocable + side-effecting). Regenerate POLICY_INDEX.md. Refs: TR-218, TR-219
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the rationale doc for the
claude_skillrule pack. (The engine resolves rules fromtrustabl-rules; the rulebook is the defensible grounding — threat model, severity/confidence defense, OWASP LLM Top-10 references.)Covers CSKILL-001/002/003/010/011/020/040/050:
POLICY_INDEX.mdregenerated (adds the 8 CSKILL rows + table reflow; no other content change).Pairs with the engine PR and the trustabl-rules PR (CSKILL packs).
check_rulebook.pyvalidates the doc against the shipped rules, so merge together with / after the rules PR.Refs: TR-218, TR-219