Static
SKILL.md & manifest — injection, secret exfil, agent authorization.
Security layer for AI agent skills & x402 APIs. Scans SKILL.md, contracts, and payment endpoints — deterministic verdict with evidence.
Independent scanners merge findings into a single deterministic score.
SKILL.md & manifest — injection, secret exfil, agent authorization.
Bytecode on Robinhood Chain — approvals, proxies, honeypot simulation.
x402 payment URLs — HTTPS, schema, redirects, price sanity.
Every finding cites a rule ID. Full definitions in the repo.
Score starts at 100. Rule hits subtract severity weights. Every finding ships with evidence — no black boxes.
score=100−Σ(weight × hits)
Safe to install with standard caution.
Review findings before proceeding.
Do not install this skill.
Machine-readable JSON with rule IDs, severity, and file references.
Paste a SKILL.md or an owner/repo ref. Phylax runs the free static engine and returns a deterministic verdict with cited evidence — same output as the CLI and API.
POST https://usephylax.com/api/audit · mode=fast · free
Read-only · deterministic · free fast engine. Deep mode (honeypot sim) is $0.05 USDC via x402.
Fast mode is free (CLI + API). Deep mode ($0.05 USDC) on x402 Cloud — honeypot simulation on Robinhood Chain.
[](https://usephylax.com)
curl -X POST https://usephylax.com/api/audit \
-d '{"skill_source":"owner/repo","mode":"fast"}'Security layer for skills & x402 endpoints. Phylax audits what you install and what you pay for — it does not compete with x402 Cloud hosting.
Static scan, bytecode heuristics, x402 HEAD probes. CI & pre-install gates.
usephylax.com/api/audit
Honeypot simulation on Robinhood Chain + full onchain checks. Paid per request.
x402 Cloud
{
"skill_source": "owner/repo/SKILL.md",
"chain_id": 4663
}Only the contract below is official $PHYLAX. Verify the address before you trade — anything else is not us.
Contract address · via Virtuals
0xff36bcb3cb9e3e2dac718ccaec3bc5ed489d9f0dRun Phylax before every skill install. Takes ~200ms.
npm install phylax-skill-audit