clishop-890ed4 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited clishop-890ed4 (Agent Skill) and scored it 87/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 3 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 3 flagged
The text {match} tells the agent to skip the normal "ask the user first" gate. Used adversarially it removes the human-in-the-loop check before destructive or sensitive actions, turning a normally-gated agent into a fire-and-forget executor.
The text {match} tells the agent to skip the normal "ask the user first" gate. Used adversarially it removes the human-in-the-loop check before destructive or sensitive actions, turning a normally-gated agent into a fire-and-forget executor.
A bulleted imperative like {match} tells the agent to never reveal, disclose, or mention something to the user. Used adversarially it can instruct the agent to hide its tool calls or lie about what it did — stripping the transparency a user relies on to trust the agent.
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.
CLISHOP adds shopping capabilities to OpenClaw through the packaged CLISHOP MCP server.
After installing the bundle, authenticate with your email address using the CLISHOP setup flow.
Typical first step:
Use the `setup` tool with the user's email address.Once setup is complete, you can search immediately and only add an address or payment method when you are ready to buy.
When running inside OpenClaw, prefer the exposed CLISHOP MCP tools over shelling out to the CLI.
clishop__ prefix, for example clishop__list_addresses, clishop__add_address, clishop__set_default_address, clishop__add_payment_method, clishop__list_payment_methods, and clishop__buy_product.clishop CLI binary is missing if the MCP tools are available.clishop address add when the OpenClaw MCP tools are present.clishop__add_payment_method to generate a secure web link and hand that link to the human.When the user wants to buy something or add a shipping address:
clishop__list_addresses first to see whether a suitable address already exists.clishop__set_default_address if it should become the default.clishop__add_address directly instead of asking the user to type it again.setDefault: true when adding the primary home shipping address.Required fields for clishop__add_address:
labelfirstNamelastNameline1citypostalCodecountryOptional fields for clishop__add_address:
line2regionphonecompanyNamevatNumbertaxIdinstructionssetDefaultExample intent mapping inside OpenClaw:
clishop__list_addresses, then clishop__add_address if needed.clishop__list_addresses, optionally clishop__set_default_address, then clishop__buy_product.clishop__add_payment_method, then give the secure setupUrl to the human, then clishop__list_payment_methods after the human completes the web flow.Example clishop__add_address payload for a US home address in San Francisco:
{
"label": "Home",
"firstName": "Alex",
"lastName": "Johnson",
"line1": "1234 Hayes Street",
"city": "San Francisco",
"region": "CA",
"postalCode": "94117",
"country": "United States",
"phone": "+14155550123",
"instructions": "Leave at front door",
"setDefault": true
}This bundle configures OpenClaw to launch:
node ./dist/mcp.cjs~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.