Ucp Buyer Consent

PassAudited by ClawScan on May 13, 2026.

Overview

This instruction-only skill is coherent for implementing UCP checkout consent and shows no hidden code, credential use, or suspicious behavior.

This appears safe to use as an instruction-only implementation guide. Before installing or invoking it, ensure any generated checkout changes keep consent human-approved, validate live UCP documentation, review external examples, and handle stored consent records with appropriate privacy controls.

Findings (2)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

The agent may incorporate information from current web pages or sample repositories when helping implement the extension.

Why it was flagged

The skill directs the agent to rely on live external documentation and GitHub examples. This is coherent with implementing a current protocol spec, but it means generated work may depend on mutable external content.

Skill content
Fetch `https://ucp.dev/specification/buyer-consent/` ... Web-search `site:github.com Universal-Commerce-Protocol buyer consent`
Recommendation

Use the official UCP specification as the primary source, review any GitHub examples before adopting them, and do not run third-party sample code blindly.

What this means

A generated implementation may store users' consent choices and timestamps, which should be protected and retained only as needed.

Why it was flagged

The skill recommends persistent storage of consent records. This is purpose-aligned for privacy compliance, but consent records can be privacy-relevant user data.

Skill content
Store consent records with timestamps for audit compliance (your application should track this; the protocol does not include a consent_timestamp field)
Recommendation

Ensure the implementation limits stored consent data, protects access, defines retention/deletion rules, and supports consent withdrawal where required.