Agent skill for agentic-payments - invoke with $agent-agentic-payments
56
Quality
32%
Does it follow best practices?
Impact
100%
2.22xAverage score across 3 eval scenarios
Risky
Do not use without reviewing
Optimize this skill with Tessl
npx tessl skill review --optimize ./.agents/skills/agent-agentic-payments/SKILL.mdSecurity
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: 1.00). The skill's toolkit explicitly requires passing sensitive values like private_key_hex and signature_hex as literal parameters in generated calls (e.g., signing mandates), which would force the agent to include secret/private-key material verbatim in its outputs.
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 is explicitly a payment/authorization system and contains specific, finance-focused APIs and actions. It defines functions to create and manage mandates with spend caps, sign mandates with Ed25519 keys, authorize payments (mcp__agentic-payments__authorize_payment), request/verify multi-agent consensus for approvals, revoke mandates, and track payment status. It also states "ACP (Agentic Commerce Protocol): REST API integration with Stripe-compatible checkout" and lists real-world use cases such as e‑commerce purchases, robo-advisors executing trades, and enterprise procurement. These are specific tools for moving/authorizing money and cryptographic transaction signing (crypto/blockchain-related), not generic automation. Therefore it grants direct financial execution authority.
b2618f9
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.