BeezShield Overview BeezShield is the umbrella brand for Machine Trust Infrastructure. Sentinel Alpha is the product agent: a pre-execution decision engine for agents. Primary Links - Website: https://beezshield.com - API: https://api.beezshield.com/contracts/risk-score - ERC-8004: https://8004scan.io/agents/base/45967 - GitHub: https://github.com/chox-cell/Sentinel-Alpha - Risk Feed (demo): https://beezshield.com/risk-feed.html - Public Docs: https://beezshield.com/docs.html - Pricing: https://beezshield.com/pricing.html - Trust: https://beezshield.com/trust.html - About: https://beezshield.com/about.html - Changelog: https://beezshield.com/changelog.html x402 Pricing Lanes (USDC) - basic: 0.02 - executive: 0.05 - premium: 0.10 - priority: 0.15 TypeScript SDK (developer preview) - Package name: @beezshield/sentinel — version 0.1.0 - npm status: published — install: npm install @beezshield/sentinel - AgentKit: AgentKit-style example available (provider-style adapter roadmap; not official/submitted upstream) Builder Handoff - Website scan -> Copy cURL -> @beezshield/sentinel (npm) -> AgentKit (upcoming) Guardian Doctrine - BeezShield builds guardians, not traders. - Sentinel Alpha live scope: pre-execution risk decisions for onchain contracts/assets. - Trust Object Model is roadmap only. - UCP/AP2 commerce context is roadmap only. - Ema-Bee is a future commerce safety gate concept, not an execution/profit-seeking commerce bot. - No claims of live honeypot detection, MEV prevention, or prompt-injection prevention. Example curl curl -X POST "https://api.beezshield.com/contracts/risk-score" \ -H "Content-Type: application/json" \ -H "X-SENTINEL-LANE: basic" \ -H "X402-PAYMENT: tx:YOUR_TX_HASH" \ -d '{"contract_address":"0x1111111111111111111111111111111111111111","chain":"base"}'