Ampere marketplace
Analysis
This marketplace skill is clear about asking before installs, but it can download third-party ZIPs and make new agent skills live in the user's OpenClaw environment.
Findings (4)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
Each agent is a ZIP containing a `SKILL.md` prompt and supporting files ... Show the user a preview of the SKILL.md content ... unzip -qo /tmp/agent.zip -d ~/.openclaw/workspace/skills/
The install flow fetches a remote archive containing more than just the previewed SKILL.md and extracts it directly into the live skills directory, without documented archive validation or provenance checks.
Done — skill is live at `~/.openclaw/workspace/skills/<agent-id>/`
A single approved install is documented as making the new skill live in the user's workspace, which can affect later agent sessions without a documented containment or rollback mechanism.
Local only — agents run on the user's machine, no data sent to Ampere
The security wording is broad; elsewhere the same artifact documents live API searches, downloads, and sending an API key for paid downloads. The claim should not be read as meaning there is no network communication at all.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Paid | Dashboard API key (`ak_xxxx`) ... curl -s -H "x-api-key: ak_xxxx" "https://api.agentplace.sh/marketplace/agents/<agent-id>/download"
Paid downloads require a dashboard API key. This is purpose-aligned and disclosed, but it is still account-linked authorization material.
