BB telegram
Integracao completa com Telegram Bot API. Setup com BotFather, mensagens, webhooks, inline keyboards, grupos, canais. Boilerplates Node.js e Python.
Integracao completa com Telegram Bot API.
As a process B 76/100 · Nearly there — weak spots: result and completion, failures and branches, progress reporting
What is at stake
Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.
Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.
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".
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
- 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 · 23
✓ No critical or high findings
Medium and low: 23
-
medium Exfiltration
exfil-webhook-urlreferences/webhook-setup.md:215Webhook / callback URL commonly used for exfiltration (verify the destination) (quoted — discussed, not commanded)ngrok fornece URL tipo `https://abc1…app`. Use essa URL para registrar o webhook.
quoted -
low Secrets in code
secret-high-entropy-tokenassets/boilerplate/nodejs/package-lock.json:79High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…xCA+ORZv…wO5/ywWF…Tag==",
detector -
low Secrets in code
secret-high-entropy-tokenassets/boilerplate/nodejs/package-lock.json:225High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…Hra/JILC…zl8+mJRc…9PI+6Xbq…zjQ==",
detector -
low Secrets in code
secret-high-entropy-tokenassets/boilerplate/nodejs/package-lock.json:232High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…ibj+tODHI5/+l06Au2Pcriv/Gmet…weg==",
detector -
low Secrets in code
secret-high-entropy-tokenassets/boilerplate/nodejs/package-lock.json:283High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…B4t+D+OBkj…bcE+mWTyvVV7D/zsdE…1Rw==",
detector -
low Secrets in code
secret-high-entropy-tokenassets/boilerplate/nodejs/package-lock.json:297High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…MfZ+71RA…HvA==",
detector -
low Exfiltration
exfil-webhook-urlassets/boilerplate/python/webhook_server.py:89Webhook / callback URL commonly used for exfiltration (verify the destination) (the skill's own vendor host; quoted — discussed, not commanded)url = f"https://api.telegram.org/bot{TOKEN}/setWebhook"vendor-hostquoted -
low Exfiltration
exfil-webhook-urlreferences/advanced-features.md:332Webhook / callback URL commonly used for exfiltration (verify the destination) (the skill's own vendor host; quoted — discussed, not commanded)BASE = f"https://api.telegram.org/bot{TOKEN}"vendor-hostquoted -
low Exfiltration
exfil-webhook-urlreferences/api-reference.md:19Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)**Base URL:** `https://api.telegram.org/bot<TOKEN>/<METHOD>`
placeholder -
low Exfiltration
exfil-webhook-urlreferences/detailed-guide.md:18Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)**Base URL:** `https://api.telegram.org/bot<TOKEN>/METHOD_NAME`
placeholder -
low Exfiltration
exfil-webhook-urlreferences/detailed-guide.md:160Webhook / callback URL commonly used for exfiltration (verify the destination) (the skill's own vendor host; quoted — discussed, not commanded)BASE = f"https://api.telegram.org/bot{TOKEN}"vendor-hostquoted -
low Exfiltration
exfil-webhook-urlreferences/detailed-guide.md:364Webhook / callback URL commonly used for exfiltration (verify the destination) (the skill's own vendor host; quoted — discussed, not commanded)BASE = f"https://api.telegram.org/bot{TOKEN}"vendor-hostquoted -
low Exfiltration
exfil-webhook-urlreferences/detailed-guide.md:407Webhook / callback URL commonly used for exfiltration (verify the destination) (the skill's own vendor host; quoted — discussed, not commanded)curl -X POST "https://api.telegram.org/bot$TOKEN/setMyCommands" \
vendor-hostquoted -
low Exfiltration
net-credential-usereferences/detailed-guide.md:407Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)curl -X POST "https://api.telegram.org/bot$TOKEN/setMyCommands" \
vendor-host -
low Exfiltration
exfil-webhook-urlreferences/webhook-setup.md:27Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)POST https://api.telegram.org/bot<TOKEN>/setWebhook
placeholder -
low Exfiltration
exfil-webhook-urlreferences/webhook-setup.md:38Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)GET https://api.telegram.org/bot<TOKEN>/getWebhookInfo
placeholder -
low Exfiltration
exfil-webhook-urlreferences/webhook-setup.md:43Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)POST https://api.telegram.org/bot<TOKEN>/deleteWebhook
placeholder -
low Exfiltration
exfil-webhook-urlreferences/webhook-setup.md:143Webhook / callback URL commonly used for exfiltration (verify the destination) (the skill's own vendor host; quoted — discussed, not commanded)f'https://api.telegram.org/bot{TOKEN}/setWebhook',vendor-hostquoted -
low Exfiltration
net-credential-usereferences/webhook-setup.md:218Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)curl -X POST "https://api.telegram.org/bot$TOKEN/setWebhook" \
vendor-host -
low Exfiltration
exfil-webhook-urlscripts/send_message.py:42Webhook / callback URL commonly used for exfiltration (verify the destination) (the skill's own vendor host; quoted — discussed, not commanded)url = f"https://api.telegram.org/bot{token}/{method}"vendor-hostquoted -
low Exfiltration
read-dotenvscripts/setup_project.py:51Reads a .env file (quoted — discussed, not commanded)print(" 3. Copy .env.example to .env and add your bot token")quoted -
low Exfiltration
read-dotenvscripts/setup_project.py:76Reads a .env file (quoted — discussed, not commanded)print(" 3. Copy .env.example to .env and add your bot token")quoted -
low Exfiltration
exfil-webhook-urlscripts/test_bot.py:27Webhook / callback URL commonly used for exfiltration (verify the destination) (test fixture / example file; the skill's own vendor host; quoted — discussed, not commanded)base_url = f"https://api.telegram.org/bot{token}"fixturevendor-hostquoted
Files scanned: 20. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- note
frontmatter-keyunknown frontmatter key "risk" - note
frontmatter-keyunknown frontmatter key "source" - note
frontmatter-keyunknown frontmatter key "date_added" - note
frontmatter-keyunknown frontmatter key "tools"
Process rating: all ten parameters 76/100
- 0Failures and branches. Linear process with no failure handling
- 0Progress reporting. Says nothing while it works
- 40Result and completion. Does not say what the result is
- 70Inputs and preconditions. Inputs and preconditions are listed
- 100Tools and files. Tools declared in frontmatter
- 100Steps. 12 steps
- 100When it triggers. States when to use and when not to
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 318 tokens
- 100Running it twice. No mutating operations
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
- +4No input/output examples
- -33 of 3 scripts are never mentioned in SKILL.md
- +1No license
- +2Single-language instructions
- +3Description length 148: enough signal without eating the budget
- +4Structure: 5 headings
- +3Step-by-step instructions: 12 items
- +4Reference files are cited in the instructions (1 of 5)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 78.