Secure Shopper

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

Findings (0)

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 fill shopping-site credentials in your browser and act while logged in to your accounts.

Why it was flagged

The skill explicitly directs the agent to use 1Password-backed secure-autofill to log in to shopping sites. This is purpose-aligned, but it gives the agent access to authenticated shopping sessions.

Skill content
Otherwise, use secure-autofill login flow: ... `vault_suggest`/`vault_fill` to fill credentials
Recommendation

Use only with a trusted secure-autofill setup, configure only intended shopping sites, and review any login or checkout step before proceeding.

What this means

If used for checkout, mistakes could result in buying the wrong item, using the wrong account, or shipping to the wrong location.

Why it was flagged

Optional checkout can create real purchases or account changes. The visible instructions also include accept/deny and checkout-related phases, so this appears disclosed and user-directed rather than hidden.

Skill content
Find items across one or more shopping sites, summarize candidates, and (optionally) place the order using **secure-autofill**.
Recommendation

Treat checkout as a manual-confirmation step: verify item, price, quantity, shipping address, delivery time, and payment method before allowing an order.

NoteHigh Confidence
ASI10: Rogue Agents
What this means

Shopping research may continue in a background session after the initial response.

Why it was flagged

The skill intentionally uses an asynchronous sub-agent for browsing. This is disclosed and fits the purpose, but users should know work may continue outside the main chat flow.

Skill content
Then spawn a sub-agent so the main session is not interrupted. ... Use `sessions_spawn` with a task that includes the shopping description and any runtime overrides.
Recommendation

Monitor spawned sessions and stop them if the shopping task changes or you no longer want the agent browsing.

What this means

Your shopping requests, candidate items, prices, URLs, and possibly location context may remain in local workspace files.

Why it was flagged

The skill stores location context and shopping-task records locally. This is expected for the workflow, but it can persist personal shopping preferences and purchase research.

Skill content
`location.zip` or `location.address`: used for shipping/availability context ... Record results to: `/home/miles/.openclaw/workspace/artifacts/secure_shopping/{timestamp}_shopping_task.json`
Recommendation

Avoid storing sensitive addresses unless needed, and periodically review or delete generated secure_shopping artifacts.

What this means

Actual credential filling and browser behavior depend on another installed skill that is not included in this artifact review.

Why it was flagged

This skill depends on a separate local secure-autofill skill and its environment, while the registry metadata lists no required binaries, env vars, or primary credential. The dependency is disclosed in SKILL.md but should be verified separately.

Skill content
The **secure-autofill** skill exists at: `~/.openclaw/skills/secure-autofill/` ... Gateway environment has required env vars (per secure-autofill)
Recommendation

Review and trust the secure-autofill skill before using Secure Shopper, and ensure its credential and browser permissions are scoped as expected.