slack-messaging — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited slack-messaging (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
This skill provides guidance for composing well-formatted, effective Slack messages.
Apply this skill whenever composing, drafting, or helping the user write a Slack message — including when using slack_send_message, slack_send_message_draft, or slack_create_canvas.
Slack uses its own markup syntax called mrkdwn, which differs from standard Markdown. Always use mrkdwn when composing Slack messages:
| Format | Syntax | Notes | |
|---|---|---|---|
| Bold | *text* | Single asterisks, NOT double | |
| Italic | _text_ | Underscores | |
| Strikethrough | ~text~ | Tildes | |
| Code (inline) | ` code ` | Backticks | |
| Code block | ` `code` ` | Triple backticks | |
| Quote | > text | Angle bracket | |
| Link | `<url\ | display text>` | Pipe-separated in angle brackets |
| User mention | <@U123456> | User ID in angle brackets | |
| Channel mention | <#C123456> | Channel ID in angle brackets | |
| Bulleted list | - item or • item | Dash or bullet character | |
| Numbered list | 1. item | Number followed by period |
**bold** (double asterisks) — Slack uses *bold* (single asterisks)## headers — Slack does not support Markdown headers. Use *bold text* on its own line instead.[text](url) for links — Slack uses <url|text> format--- for horizontal rules — Slack does not render these*bold* for names, dates, deadlines, and action items so they stand out when scanning.#general is usually more formal than #random.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.