Marktplaats
PassAudited by ClawScan on May 1, 2026.
Overview
This appears to be a straightforward read-only Marktplaats search tool, with ordinary considerations around global CLI installation and user-supplied search/detail requests.
This skill looks appropriate for normal Marktplaats searches. Before installing, note that it adds global CLI commands and makes network requests to Marktplaats.nl; use documented filters and avoid passing untrusted detail URLs or parameters. No credentials are required.
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.
Installing it globally adds Marktplaats CLI commands to the user's environment and runs this skill's code when those commands are invoked.
The skill asks the user to install and later run the packaged Node CLI code globally. This is expected for a CLI-based search skill, but it is still a persistent local code-install step users should recognize.
npm install -g {baseDir}Install only if you trust the packaged artifact, and remove the global package when no longer needed.
Unexpected or untrusted inputs could produce unexpected searches or fetch the wrong listing details, but the artifacts show read-only search/detail behavior rather than data mutation.
The CLI lets the caller choose custom filter parameters and a detail target. This is purpose-aligned for searching and inspecting listings, but untrusted parameters or targets could change what the tool requests from Marktplaats.
--param key=value Filter by attribute (e.g., condition=Nieuw, delivery=Ophalen) --details [target] Fetch details for a listing (use "first" or pass a URL/vip path)
Prefer documented filters and use Marktplaats listing URLs or paths for detail fetches; review any parameters suggested by untrusted text before running them.
