verify-before-checkout — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited verify-before-checkout (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.
AI-recommended cloned storefronts are a live attack: data-poisoned fake shops surface inside assistant shopping results, and the page's own claims are the only thing most agents check. This skill adds an independent, cryptographically verifiable fact check before money moves.
type themselves (recommended, searched, or affiliate-linked).
domain.
POST https://onyx-actions.onrender.com/v1/onyx_merchant_fact_check
{ "domain": "<storefront domain>",
"brand": "<brand it appears to represent, if any>",
"expected_price": <quoted price, if any> }The response is a signed envelope of raw observations: domain_age_days, registrar, tls_cert_age_days, tls_issuer, redirected_off_domain, brand_similarity, lookalike_tokens_present, observed_price, price_deviation_pct — each with its method disclosed in _methodology.
POST https://onyx-actions.onrender.com/v1/onyx_attestation_verify
{ "attested": <the full signed response from step 1> }verified: true proves the observation is genuine Onyx output and untampered. Reject any envelope that fails verification.
onyx_retail_price_check ($0.02)against the brand's primary domain, to ground price_deviation_pct.
interpretation is yours. Sensible agent policy:
domain_age_days < 90 and brand_similarity > 0.5 on a non-primarydomain → pause and show the user the facts before paying.
price_deviation_pct < -40 → surface the deviation explicitly.redirected_off_domain: true → treat the final domain as the merchant,re-run step 1 against it.
envelope is your audit trail — it can be re-verified by anyone later.
Every platform that recommends merchants monetizes the transaction it would have to grade — it cannot be the neutral fact layer for its own GMV. Onyx is independent: it sells only the signed observation, never the merchandise. Signature pubkey is published at https://onyx-actions.onrender.com/.well-known/onyx-pubkey.
onyx_attestation_verify of any cached envelope, and tell the user which facts could not be freshly observed.
rdap_error or tls_error in the envelope → those fields are observationgaps, not danger signals; the remaining fields are still signed and valid.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.