Skip to content

Security: springmint/cpbox-skills

Security

SECURITY.md

Security & Trust

This document addresses ClawHub Security and other automated scanners that may flag this skill repository.

Overview

cpbox-skills is an official skill pack for cpbox x402 pay-per-use APIs. It provides documentation and usage instructions for AI agents — no executable code, no bundled credentials, and no data exfiltration.

Why Scanners May Flag This Repo

The documentation references the following patterns, which are legitimate and expected for x402 payment protocol usage:

Pattern Purpose Safe?
EVM_PRIVATE_KEY, private_key User-configurable env vars for x402 SDK; never hardcoded in this repo ✅ Documentation only
PAYMENT-SIGNATURE Standard x402 HTTP header for signed payment; defined by x402.org ✅ Protocol spec
Wallet / EIP-712 signing Required for pay-per-use; keys stay on user machine, never sent to docs ✅ Client-side only
https://www.cpbox.io, https://www.cppay.finance Official API and payment facilitator domains ✅ Public endpoints

What This Repo Does Not Do

  • ❌ Does not contain or request private keys
  • ❌ Does not execute code or scripts
  • ❌ Does not exfiltrate user data
  • ❌ Does not embed credentials; all config is user-provided

Verification

For credential handling, see README Prerequisites and x402-payment.

There aren't any published security advisories