BF social-media-poster
Cross-platform social media posting for X (Twitter), Telegram, and Discord. Post content simultaneously to multiple platforms, format messages for each platform's requirements, and manage multi-channel social media presence. Use when sharing updates, announcements, or content across Twitter, Telegram channels/groups, and Discord servers.
As a process F 31/100 · Will not run — References files that are not bundled: $LINK
How to improve
- The text references files that are not there: add them or drop the references.
- Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
- A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.
Guard findings · 10
✓ No critical or high findings
Medium and low: 10
-
low Exfiltration
exfil-webhook-urlSKILL.md:52Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)curl -s -X POST "https://api.telegram.org/bot$TELEGRAM_BOT_TOKEN/sendMessage" \
placeholder -
low Exfiltration
net-credential-useSKILL.md:52Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)curl -s -X POST "https://api.telegram.org/bot$TELEGRAM_BOT_TOKEN/sendMessage" \
vendor-host -
low Exfiltration
exfil-webhook-urlSKILL.md:93Webhook / callback URL commonly used for exfiltration (verify the destination) (the skill's own vendor host; quoted — discussed, not commanded)curl -s -X POST "https://api.telegram.org/bot$TOKEN/sendMessage" \
vendor-hostquoted -
low Exfiltration
net-credential-useSKILL.md:93Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)curl -s -X POST "https://api.telegram.org/bot$TOKEN/sendMessage" \
vendor-host -
low Exfiltration
exfil-webhook-urlSKILL.md:99Webhook / callback URL commonly used for exfiltration (verify the destination) (the skill's own vendor host; quoted — discussed, not commanded)curl -s -X POST "https://api.telegram.org/bot$TOKEN/sendPhoto" \
vendor-hostquoted -
low Exfiltration
net-credential-useSKILL.md:99Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)curl -s -X POST "https://api.telegram.org/bot$TOKEN/sendPhoto" \
vendor-host -
low Exfiltration
exfil-webhook-urlSKILL.md:177Webhook / callback URL commonly used for exfiltration (verify the destination) (the skill's own vendor host; quoted — discussed, not commanded)curl -s -X POST "https://api.telegram.org/bot$TOKEN/sendPhoto" \
vendor-hostquoted -
low Exfiltration
net-credential-useSKILL.md:177Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)curl -s -X POST "https://api.telegram.org/bot$TOKEN/sendPhoto" \
vendor-host -
low Exfiltration
exfil-webhook-urlSKILL.md:200Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)DISCORD_WEBHOOK_URL=https://discord.com/api/webhooks/...
placeholder -
low Exfiltration
read-dotenvSKILL.md:205Reads a .env filesource .env
Files scanned: 2. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
missing-refreference to a missing file: $LINK
Process rating: all ten parameters 31/100
- 0Tools and files. 1 referenced file(s) missing: $LINK
- 0Result and completion. Does not say what the result is
- 0Inputs and preconditions. Does not say what the process needs to start
- 0Progress reporting. Says nothing while it works
- 20When it triggers. No condition that starts the skill
- 30Running it twice. 3 mutating operations with no state check
- 40Consistency. Frontmatter name (social-media-poster) differs from the folder (cross-platform-social-poster)
- 55Failures and branches. 1 branches
- 85Steps. 33 steps, 1 vague phrases
- 100Execution cost. Instruction body is 1368 tokens
Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.
Quality signals
- +5Description has no quoted example phrases that should trigger the skill
- +4Description does not say when NOT to use the skill (false activations)
- +3Output format is not stated: the model decides each time
- +1No license
- +2Single-language instructions
- +3Description length 339: enough signal without eating the budget
- +4Structure: 21 headings
- +3Step-by-step instructions: 33 items
- +4Has examples (10 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 78.