Kleinanzeigen helper

AdvisoryAudited by Static analysis on May 4, 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

If the user confirms the wrong target or broad selector, the agent could publish, update, delete, download, or extend listings on the connected Kleinanzeigen account.

Why it was flagged

The skill can invoke tools that change or retrieve marketplace listings, but it explicitly requires summarizing the action and waiting for user confirmation.

Skill content
For publish, update, delete, download, or extend, summarize the exact non-secret action and wait for explicit user confirmation.
Recommendation

Before approving a tool call, verify the exact listing, selector, ad ID, and intended action; avoid broad selectors unless you really want a broad operation.

What this means

The connected local bot may act with the permissions of the user's Kleinanzeigen account, even though the skill tells the agent not to handle credentials directly.

Why it was flagged

The workflow depends on an already configured local account/session, but the skill instructs the agent not to request or expose those credentials or session materials.

Skill content
Do not ask for, read, print, summarize, store, inspect, or infer Kleinanzeigen usernames, passwords, SMS or 2FA codes, cookies, browser profiles, session data, or credential-bearing config files.
Recommendation

Use this only with the intended local bot configuration and account; keep credentials, cookies, config files, browser profiles, and 2FA codes out of chat.

What this means

Your actual listing operations depend on the separately installed bot and plugin, whose code and configuration are not reviewed in this skill package.

Why it was flagged

The skill itself is instruction-only, but it relies on external software that is outside these artifacts and must be trusted separately.

Skill content
Install and configure [kleinanzeigen-bot](https://github.com/Second-Hand-Friends/kleinanzeigen-bot) locally first. Install [KleinClaw](https://clawhub.ai/plugins/kleinclaw), then enable it
Recommendation

Review and install the external bot and KleinClaw plugin from trusted sources, and understand their configuration before enabling them.

What this means

Listing text, filenames, paths, and non-redacted ad details may be used in the conversation when helping draft or verify ads.

Why it was flagged

The agent may retrieve local ad configuration content as context for drafting or verification, but the instructions scope it to configured ad roots and redact contact fields by default.

Skill content
Use `kleinanzeigen_read_ad` for one existing ad config under configured `adRoots` when examples are useful. Contact fields are redacted by default.
Recommendation

Check sanitized summaries before proceeding and avoid asking the agent to include private contact details or unrelated local files.