CtrlK
BlogDocsLog inGet started
Tessl Logo

agent-agentic-payments

Agent skill for agentic-payments - invoke with $agent-agentic-payments

56

2.22x

Quality

32%

Does it follow best practices?

Impact

100%

2.22x

Average score across 3 eval scenarios

SecuritybySnyk

Risky

Do not use without reviewing

Optimize this skill with Tessl

npx tessl skill review --optimize ./.agents/skills/agent-agentic-payments/SKILL.md
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: 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.

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 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.

Repository
ruvnet/claude-flow
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.