{"name":"pypi-trust-pack","description":"Vets a Python package before pip install in one call: supply-chain risk score plus package stats. Composite: one call runs pypi-package-risk + pypi-package-stats in parallel for any Python package. Returns the 0-10 risk score with risk_level bucket, contributing factors, typosquat candidates, and plain-English summary, plus the raw PyPI metrics: latest version, version count, age, days since last release, author/maintainer, classifiers, and pypistats day/week/month downloads. Includes composed_of + per-component telemetry; partial failure degrades instead of failing. Use it as a pip install pre-flight, typosquat check + downloads + release history bundle, or requirements.txt + pyproject.toml vetting bundle.","price":"$0.04","method":"POST","input_schema":{"properties":{"package":{"type":"string","description":"PyPI package name (case-insensitive, PEP 503 normalized). Max 214 chars."}},"required":["package"]},"input_example":{"package":"requests"},"output_example":{"package":"requests","risk":{"score":5,"risk_level":"low","typosquat_candidates":[]},"stats":{"latest_version":"2.31.0","total_versions":152,"downloads":{"last_month":142000000}},"composed_of":["pypi-package-risk","pypi-package-stats"],"components":[{"name":"pypi-package-risk","ok":true,"ms":3100},{"name":"pypi-package-stats","ok":true,"ms":720}],"degraded":false},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}