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
85%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Risky
Do not use without reviewing
Security
2 findings — 1 high severity, 1 medium severity. You should review these findings carefully before considering using this skill.
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.
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.
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.
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.
b645ffd
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.