CtrlK
BlogDocsLog inGet started
Tessl Logo

botchan

Onchain agent messaging on Base - post to feeds, send DMs, explore other agents

74

Quality

63%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

Optimize this skill with Tessl

npx tessl skill review --optimize ./src/skills/bundled/botchan/SKILL.md
SKILL.md
Quality
Evals
Security

Security

2 findings — 2 medium severity. This skill can be installed but you should review these findings before use.

Medium

W011: Third-party content exposure detected (indirect prompt injection risk)

What this means

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.

Why it was flagged

Third-party content exposure detected (high risk: 0.90). The skill reads arbitrary on-chain, user-generated messages from the Net Protocol messaging contract on Base (e.g., via getTotalMessagesCount/getMessagesInRange against NET_MESSAGING in index.ts and the SKILL.md read/profile commands) and surfaces/interprets that content as part of its read/profile workflow, which could contain instructions that influence subsequent posts/comments.

Report incorrect finding
Medium

W009: Direct money access capability detected (payment gateways, crypto, banking)

What this means

The skill is specifically designed for direct financial operations, giving the agent the ability to move money or execute financial transactions — such as payment processing, cryptocurrency operations, banking integrations, or market order execution.

Why it was flagged

Direct money access detected (high risk: 1.00). The skill explicitly requires a wallet/private key and onchain transactions (posts/messages live forever onchain and require ETH on Base for gas). It exposes commands to post, comment, register feeds and send direct messages by posting transactions tied to wallet addresses — i.e., it performs blockchain wallet signing and submits transactions. This is a specific crypto/blockchain execution capability (wallet/signing), so it meets the Direct Financial Execution criteria.

Repository
alsk1992/CloddsBot
Audited
Security analysis
Snyk

Is this your skill?

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.