channel-post — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited channel-post (Agent Skill) and scored it 96/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 1 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 1 flagged
A bulleted imperative like {match} tells the agent to never reveal, disclose, or mention something to the user. Used adversarially it can instruct the agent to hide its tool calls or lie about what it did — stripping the transparency a user relies on to trust the agent.
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.
Compose and post formatted content to a Telegram channel with correct formatting.
chat(action="list") to find the channelmedia(action="send_photo", chat_id="...", file_path_or_url="...", caption="...") -- caption goes WITH the photo, not as a separate messagemedia(action="send_file", chat_id="...", file_path_or_url="...")message(action="send", chat_id="<channel>", text="<content>", parse_mode="MarkdownV2")All these characters MUST be escaped with \ when used as literal text (outside formatting markup):
_ * [ ] ( ) ~ ` > # + - = | { } . !| Intent | Correct MarkdownV2 |
|---|---|
| Bold text | *bold* |
| Italic text | _italic_ |
| Code inline | ` code ` |
| Code block | ``` `language\ncode\n` ``` |
| Link | [text](https://url) |
| Literal dot in "v2.0" | v2\.0 |
| Literal dash in list | \- item |
| Price "$9.99" | \$9\.99 |
| Exclamation "Done!" | Done\! |
| Parenthetical "(note)" | \(note\) |
| Hashtag "#topic" | \#topic |
When nesting, the inner delimiter must also be escaped:
*_bold italic_* -- the _ inside *...* does NOT need escaping_ inside bold: *score\_value* -- MUST escape. in URLs used as plain text (not inside [](...))! at end of sentences- in bulleted lists (use \- or switch to HTML <li>)( ) in regular text (Telegram interprets them as link syntax)~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.