CtrlK
BlogDocsLog inGet started
Tessl Logo

opportunity

Find and execute cross-platform arbitrage opportunities across prediction markets

70

Quality

59%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Risky

Do not use without reviewing

Optimize this skill with Tessl

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

Security

3 findings — 1 high severity, 2 medium severity. You should review these findings carefully before considering using this skill.

High

W007: Insecure credential handling detected in skill instructions

What this means

The skill handles credentials insecurely by requiring the agent to include secret values verbatim in its generated output. This exposes credentials in the agent’s context and conversation history, creating a risk of data exfiltration.

Why it was flagged

Insecure credential handling detected (high risk: 1.00). The prompt shows credentials passed inline in code (e.g., polymarket: { apiKey, apiSecret, passphrase, privateKey }), which instructs embedding secret values directly in generated configuration/code and thus requires the LLM to handle/output secrets verbatim.

Report incorrect finding
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 explicitly scans and ingests market data from public prediction platforms (Polymarket, Kalshi, Betfair, etc.) as shown in SKILL.md and in index.ts (createOpportunityFinder, createFeedManager, finder.scan), and it displays and uses untrusted market question text and match verification (formatOpportunity, matchVerification) to drive matching and execution decisions—so third-party content can materially influence actions.

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 is explicitly designed to find and execute arbitrage across real prediction-market platforms and includes concrete execution functionality and credential fields. It requires API credentials (apiKey, apiSecret, privateKey) for platforms like Polymarket and Kalshi and exposes an execute(opportunityId, { size, maxSlippage, ... }) method and CLI commands (/opportunities execute <id> --size 100) that perform trades and report fills, fees, P&L. Those are direct market-order / transaction operations on financial platforms (moving capital), not generic tooling. Therefore it grants direct financial execution authority.

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.