Amazon

Security checks across static analysis, malware telemetry, and agentic risk

Overview

This skill matches its Amazon-shopping purpose, but it can control a logged-in Amazon account to buy items or process returns with little or no user confirmation.

Only install this if you are comfortable with an agent controlling a logged-in Amazon account. Before use, change the workflow to require your explicit confirmation for every order and return, avoid password-manager access by the agent, use a dedicated Chrome profile, and log out or remove the profile when finished.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

64/64 vendors flagged this skill as clean.

View on VirusTotal

Risk analysis

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 could place an unwanted reorder or submit/confirm a return before the user has reviewed price, item, refund, condition answers, address, or payment details.

Why it was flagged

The skill directs the agent to use browser automation to complete financial/account-changing Amazon actions without per-action user approval for reorders and returns.

Skill content
Reorders: "**Place order without confirmation** — no screenshot needed"; Returns: "Do NOT narrate each step — just execute the whole return silently" and "Confirm return"
Recommendation

Require explicit user confirmation immediately before every checkout and every return submission, including item, total price, address, payment method, refund amount, return answers, and drop-off details.

What this means

Anyone or anything controlling that browser automation environment may be able to access order history, addresses, payment choices, purchases, and returns on the user's Amazon account.

Why it was flagged

The instructions grant the agent access to Amazon credentials or an authenticated Amazon session, and that session is persisted in a local browser profile.

Skill content
"Logged into Amazon — if logged out, retrieve password from your password manager"; "Browser profile persists login at `$HOME/.config/chrome-agent`"
Recommendation

Do not let the agent retrieve passwords from a password manager. Prefer user-mediated login, a dedicated browser profile, explicit checkout approvals, and cleanup or logout after use.

What this means

The safety of the automation depends on the user's local agent-browser tool and Chrome debugging setup, which can control the browser session.

Why it was flagged

The skill relies on an external browser-control CLI and CDP setup, while the provided install metadata contains no install spec or required binary declaration.

Skill content
"Requires agent-browser CLI with Chrome DevTools Protocol (CDP). Chrome must be running with --remote-debugging-port."
Recommendation

Use only a trusted, reviewed version of agent-browser, keep Chrome debugging limited to a dedicated profile, and declare the required binary/setup in metadata.