Pay per scan. No subscriptions. No accounts. Just code in, findings out.
$0.01
Quick Scan
High-speed SAST scan returning top 3 security findings. Ideal for CI/CD pipelines and pre-commit checks.
Top 3 findings by severity
CWE ID classification
Line-number pinpointing
qwen/qwen3.6-27b model
POST /v1/audit/quick-scan
$0.50
Deep Audit
Comprehensive audit: OWASP Top 10, logic flaws, dependency risks, gas optimization for Solidity contracts.
OWASP Top 10 analysis
SCA dependency scanning
Logic flaw detection
Solidity gas optimization
qwen/qwen3.8-27b model
POST /v1/audit/deep-repo
$5.00
Remediation
Automated code remediation with patched source, change explanations, and security notes.
Auto-patched code output
Change explanations
Security notes
Vulnerability count tracking
POST /v1/audit/remediate
Quick Start
Make your first scan in 3 lines of code.
# Install the x402 client
pip install x402
# Or use curl directly
curl -X POST https://pyresec-agent-519576377065.us-central1.run.app/v1/audit/quick-scan \
-H "Content-Type: application/json" \
-d '{"code": "def login(u,p): return db.query(f\"SELECT * FROM users WHERE name={u} AND pass={p}\")"}'# Response: 402 Payment Required (with x402 payment requirements)# Pay $0.01 USDC on Base, resubmit with X-PAYMENT header# Response: 200 OK with full security audit