SKILLEMALL.ai

CD Social Scheduler Skill

Built by AI, for AI. Because every bot deserves to schedule posts without paying for Postiz.

modbender/skill-library-mcp Agent Skills author: modbender MIT 49 files body ≈ 6 932 tokens Open the sourcegithub.com analyzed 3 d ago

Built by AI, for AI. Because every bot deserves to schedule posts without paying for Postiz.

As a process D 49/100 · Unfinished process — weak spots: result and completion, when it triggers, inputs and preconditions

ProcedureDiscordTelegramData and analyticstype and topics are labelled automatically from the skill text
JSON
Technical rating
C
61/100
safety, quality, tests
Safety 60%
72
Quality 40%
44
Run on models
none yet
Process rating
D
49/100
Unfinished process
Result and completion w 14
0
Inputs and preconditions w 11
0
When it triggers w 12
20
the three weakest of ten parameters · all ten

What is at stake

Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.

Exfiltration medium severity

Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.

If you install

The instructions or scripts send data out: environment variables, keys, file contents, chat history. You may never notice, because the agent performs the upload as "part of the task".

For the author

If the upload is not needed for the task, remove it: catalogs flag such skills and delist them. If it is needed, name the destination explicitly, say what leaves the machine, and give the user a switch.

How to improve

  1. Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
  2. The SKILL.md body is over 5,000 tokens: move reference detail into references/ and load it when needed.
For the model run — optional
  • 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 · 20

✓ No critical or high findings

Medium and low: 20
  • medium Exfiltration exfil-webhook-url scripts/platforms/discord.js:21
    Webhook / callback URL commonly used for exfiltration (verify the destination) (detector / deny-list definition)
    'Expected format: https://discord.com/api/webhooks/ID/TOKEN\n\n' +
    detector
  • medium Exfiltration exfil-webhook-url scripts/platforms/discord.js:187
    Webhook / callback URL commonly used for exfiltration (verify the destination) (quoted — discussed, not commanded)
    configFormat: 'Webhook URL string: https://discord.com/api/webhooks/ID/TOKEN',
    quoted
  • low Exfiltration read-dotenv ANNOUNCEMENT.md:59
    Reads a .env file
    cp .env.example .env
  • low Exfiltration read-dotenv announcements/README.md:139
    Reads a .env file
    3. Copy .env.example to .env
  • low Secrets in code secret-high-entropy-token package-lock.json:22
    High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
    "integrity": "sha5…Enc/vzKw…pBK+z+KYh9…dU9+g2G+7zanTIGbw==",
    detector
  • low Secrets in code secret-high-entropy-token package-lock.json:137
    High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
    "integrity": "sha5…JbG+vnnQ…1TK+nxAp…hhm+kzE4…g4g==",
    detector
  • low Secrets in code secret-high-entropy-token package-lock.json:154
    High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
    "integrity": "sha512-vuBv+fm2s…sik+GMDJ…gLl+u3Mo…feA==",
    detector
  • low Secrets in code secret-high-entropy-token package-lock.json:184
    High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
    "integrity": "sha5…pdo+E3+pCyA…t4i+W7OO…FT3+y5NZZfOOS/Bdcanm1MYA==",
    detector
  • low Secrets in code secret-high-entropy-token package-lock.json:247
    High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
    "integrity": "sha5…HxH+tv3k…kSo+8o0wxg9lZWw==",
    detector
  • low Exfiltration read-dotenv README.md:34
    Reads a .env file
    cp .env.example .env
  • low Exfiltration read-dotenv README.md:425
    Reads a .env file
    cp .env.example .env
  • low Exfiltration exfil-webhook-url RELEASE.md:87
    Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)
    DISCORD_WEBHOOK_URL=https://discord.com/api/webhooks/...
    placeholder
  • low Exfiltration exfil-webhook-url scripts/platforms/telegram.js:114
    Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)
    const url = `https://api.telegram.org/bot${botToken}/sendMessage`;
    placeholder
  • low Exfiltration exfil-webhook-url scripts/platforms/telegram.js:167
    Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)
    const url = `https://api.telegram.org/bot${botToken}/${method}`;
    placeholder
  • low Exfiltration exfil-webhook-url scripts/test.js:23
    Webhook / callback URL commonly used for exfiltration (verify the destination) (test fixture / example file; quoted — discussed, not commanded)
    discord.validate('https://discord.com/api/webhooks/123/abc');
    fixturequoted
  • low Secrets in code secret-labelled-token scripts/test.js:95
    Labelled token / key literal (vendor format unknown — verify it is not a live credential) (placeholder value)
    api_key: 'molt…890'
    placeholder
  • low Secrets in code secret-password-literal scripts/test.js:95
    Hard-coded password / key literal (may be an example) (placeholder value)
    api_key: 'molt…890'
    placeholder
  • low Exfiltration exfil-webhook-url scripts/test.js:164
    Webhook / callback URL commonly used for exfiltration (verify the destination) (test fixture / example file; quoted — discussed, not commanded)
    config: 'https://discord.com/api/webhooks/123/abc'
    fixturequoted
  • low Exfiltration exfil-webhook-url SKILL.md:254
    Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)
    - Message bot, then call: `https://api.telegram.org/bot<TOKEN>/getUpdates`
    placeholder
  • low Exfiltration exfil-webhook-url SKILL.md:789
    Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)
    export DISCORD_WEBHOOK_URL="https://discord.com/api/webhooks/..."
    placeholder

Files scanned: 49. Evidence is masked. Grey chips explain why severity was lowered.

Against the Agent Skills spec

  • warning name-format name should be kebab-case (lowercase letters, digits, hyphens)
  • warning description-no-when description does not say WHEN to use the skill (no "use when")
  • warning body-long SKILL.md body ≈ 6932 tokens (recommended < 5000); move details to references/

Process rating: all ten parameters 49/100

  • 0Result and completion. Does not say what the result is
  • 0Inputs and preconditions. Does not say what the process needs to start
  • 20When it triggers. No condition that starts the skill
  • 30Running it twice. 21 mutating operations with no state check
  • 40Consistency. Frontmatter name (Social Scheduler Skill) differs from the folder (social-scheduler)
  • 50Failures and branches. 0 branches, has a failure section
  • 70Execution cost. Instruction body is 6932 tokens
  • 85Steps. 166 steps, 3 vague phrases
  • 100Tools and files. No external tools needed
  • 100Progress reporting. Reports progress
  • low 12 top-level sections: this looks like several domains in one skill

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)
  • +3Description length 92: 120–800 characters recommended
  • +3Output format is not stated: the model decides each time
  • -5TODO / placeholder text left in the skill
  • -254 emoji in the instructions: noise for the model
  • -38 of 14 scripts are never mentioned in SKILL.md
  • +1No license
  • +2Single-language instructions
  • +4Structure: 53 headings
  • +3Step-by-step instructions: 166 items
  • +4Has examples (97 code blocks)

Quality base 70; lint remarks subtract, signals add up to 100. Result: 44.