Security review of a skill or MCP server
skillcheckSecurity review of a skill or MCP server's files before you install or connect it: read, never run. Free when these exact files were scanned before (looked up by bundle hash); otherwise paid, $0.03 base. Never says safe. Paid per call in USDC over x402 (Base, or free test USDC on Base Sepolia). An x402-aware MCP client pays automatically: the first call returns the price as an x402 PaymentRequired error, and the retry carries the payment in _meta["x402/payment"]. Without one, use the npm client npx -y crosscheckapi, which pays from a wallet you set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | Optional: the hash of a crosscheck receipt that brought you here. Its wallet earns check credits from your first 90 days of spend. | |
| files | Yes | Every text file of the skill or server, docs included; code rules read all of them | |
| fresh | No | Scan again even when a past scan of these exact files exists |