Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/src/content/docs/features/skill-security-scanner.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ The scanner is markdown-aware, which means it understands when a "dangerous" pat

| Where pattern appears | Action |
|----------------------|--------|
| Inside a fenced code block (```` ``` ````) | **Suppressed** — treated as documentation, not advice |
| Inside an inline code span (`` ` ``) | **Suppressed** — treated as a reference |
| Inside a fenced code block (three backticks) | **Suppressed** — treated as documentation, not advice |
| Inside an inline code span (single backtick) | **Suppressed** — treated as a reference |
| In prose with a placeholder token (`<your-token>`, `<api-key>`, `xxx`, `***`) | **Suppressed** — clearly an example |
| In prose without any of the above | **Flagged** as a finding |

Expand Down
Loading