pyrimid-protocol — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited pyrimid-protocol (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Use this skill when a user or agent wants to:
@pyrimid/sdkhttps://pyrimid.ai/api/mcphttps://pyrimid.ai/api/v1/catalogPrefer read-only endpoints before any paid action.
curl "https://pyrimid.ai/api/v1/catalog?query=paid+mcp+tool&limit=10"
curl "https://pyrimid.ai/api/v1/catalog?query=x402&category=devtools&limit=10"
curl "https://pyrimid.ai/api/v1/stats"These live surfaces are designed for buyer-agent demos and vendor integration tests. Calling without payment returns HTTP 402 with x402 accepts[] metadata.
curl -i "https://pyrimid.ai/api/v1/paid/mya-agent-enrichment?agent=demo"
curl -i "https://pyrimid.ai/api/v1/paid/mcp-server-audit?url=https://example.com/mcp"
curl -i "https://pyrimid.ai/api/v1/paid/x402-integration-plan?service=agent-api"MCP tool-call example:
{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"pyrimid_browse","arguments":{"query":"trading signals","limit":10}}}Common MCP tools:
pyrimid_browse — search catalog.pyrimid_preview — preview price and commission split.pyrimid_buy — purchase through x402.pyrimid_categories — list catalog categories.pyrimid_register_affiliate — registration instructions.Install:
npm install @pyrimid/sdkAgent resolver:
import { PyrimidResolver } from '@pyrimid/sdk';
const resolver = new PyrimidResolver({ affiliateId: 'af_your_id' });
const product = await resolver.findProduct('market data');
if (product) {
const preview = await resolver.preview(product);
// Ask the user before spending funds.
}Vendor middleware:
import { pyrimidMiddleware } from '@pyrimid/sdk';
app.use(pyrimidMiddleware({
vendorId: 'vn_your_id',
products: {
'/api/signals/latest': {
productId: 'signals_latest',
price: 250_000, // $0.25 USDC
affiliateBps: 1000, // 10% affiliate commission
},
},
}));GET https://pyrimid.ai/api/v1/catalog?limit=1 returns JSON.GET https://pyrimid.ai/api/mcp returns server/tool metadata.npm view @pyrimid/sdk version.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.