CtrlK
BlogDocsLog inGet started
Tessl Logo

clawdirect-dev

Build agent-facing web experiences with ATXP-based authentication, following the ClawDirect pattern. Use this skill when building websites that AI agents interact with via MCP tools, implementing cookie-based agent auth, or creating agent skills for web apps. Provides templates using @longrun/turtle, Express, SQLite, and ATXP.

87

Quality

85%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Risky

Do not use without reviewing

SKILL.md
Quality
Evals
Security

Security

2 findings — 1 high severity, 1 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: 0.90). The skill explicitly returns and instructs agents to embed authentication cookie values (secrets) verbatim in URLs or outputs (query strings / copy-paste), forcing the LLM to handle and reproduce secret values and creating exfiltration risk.

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 integrates ATXP (Agent Transaction Protocol) and defines MCP tools that require payments: it calls requirePayment({ price: ... }), sets a FUNDING_DESTINATION_ATXP, and documents paid MCP calls (e.g., myapp_action $0.10, clawdirect_add $0.50). These are explicit payment APIs and agent-invokable paid actions (i.e., the skill is designed to accept/route agent payments), which constitutes direct financial execution capability.

Repository
napoleond/clawdirect
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.