
Security News
GPT-6 Astra Attempts Supply Chain Attacks Against Open Source Maintainers in Testing
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.
@crestdeploymentsystems/verify
Advanced tools
Verify any x402 endpoint. Get a signed Trust Receipt.
npm i @crestdeploymentsystems/verify
npx @crestdeploymentsystems/verify https://api.exa.ai/search
crest verify https://api.exa.ai/search
┌─────────────────────────────────────────┐
│ CREST TRUST RECEIPT │
└─────────────────────────────────────────┘
subject: https://api.exa.ai/search
checked: 2026-05-25T23:11:52.545Z
duration: 674ms
CHECKS
✓ endpoint is reachable
✓ endpoint serves x402 payment challenge
✓ service has observed trust history
score: 95 (low)
✓ service has a network passport
- endpoint publishes /.well-known/agent.json
receipt: cc8f9e0e8f543735...
4/5 verified | 0 no_data | 0 unverified
import { verify } from '@crestdeploymentsystems/verify';
const receipt = await verify('https://api.exa.ai/search');
console.log(receipt.summary); // { verified: 4, no_data: 0, ... }
console.log(receipt.checks); // detailed check results
console.log(receipt.refusals); // what we refused to claim and why
console.log(receipt.integrity); // { receipt_ref: "sha256:...", canon_method: "jcs-rfc8785" }
/.well-known/agent.json?When we don't know, we say so:
{
"status": "no_data",
"claim": "service has observed trust history",
"null_reason": "unknown_service"
}
We never fabricate scores. 47,814 services indexed from on-chain USDC flows. Zero self-reported.
MIT
FAQs
Verify any x402 endpoint. Get a signed Trust Receipt.
We found that @crestdeploymentsystems/verify demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.