Use when working with Postmark email platform - routes to specific sub-skills for sending emails, processing inbound email, managing templates, or configuring webhooks.
86
80%
Does it follow best practices?
Impact
98%
1.24xAverage score across 3 eval scenarios
Low
Low-risk findings worth noting
Fix and improve this skill with Tessl
tessl review fix ./SKILL.mdLow
Low-risk findings.
1 low severity finding. Worth noting, but not necessarily harmful.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
The skill's postmark-inbound documentation (postmark-inbound/SKILL.md and handler-examples.md) explicitly requires receiving and parsing inbound webhook JSON from arbitrary external senders (TextBody, StrippedTextReply, Headers, Attachments, MailboxHash) and using that content to route, create tickets, or perform "command processing," meaning untrusted user-generated email can be read and acted on and could therefore inject instructions into the agent's workflow.
SKILL.md
73ea6bf
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.