Agent Setup Survey

PassAudited by ClawScan on May 1, 2026.

Overview

The skill is coherent and purpose-aligned, but it sends environment survey data to an external research endpoint, so users should review the displayed payload before submitting.

Before installing or invoking, make sure you are comfortable sharing OS/container/VM indicators, agent name/model, coarse network-derived information, and any optional skill names. Review the displayed JSON payload before submission and delete any saved outbox payload if you do not want to upload it later.

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.

What this means

Your OS/container/VM indicators, agent name/model, and any skill names you choose to share may leave your machine.

Why it was flagged

The skill intentionally sends environment data, agent identity, and optional skill metadata to an external research endpoint.

Skill content
POST the payload with the metadata extension as JSON to `https://internetwarte.eu/submit`. Set `User-Agent` to the name of the executing agent
Recommendation

Review the JSON output and optional skill list before submitting; omit skill names or metadata that could reveal private setup details.

What this means

The skill inspects local system characteristics using OS commands, which is expected for this survey but still executes local code.

Why it was flagged

The detection script executes fixed local system commands, including PowerShell on Windows, to determine VM/container status.

Skill content
p = subprocess.run(... timeout=timeout, check=False) ... cmd = ["powershell", "-NoProfile", "-ExecutionPolicy", "Bypass", "-Command", ps_script]
Recommendation

Run it only if you are comfortable with local environment detection; review the script first on sensitive systems.

What this means

The submission may not be completely anonymous in every context, especially for unusual agent setups or networks.

Why it was flagged

The privacy claim is mostly qualified by later disclosure, but users should understand that network submission still exposes coarse IP/network information and agent/model details.

Skill content
No personally identifying information is collected or transmitted. ... The backend additionally records the submitting IP address ... /24 ... `User-Agent` ... Model version
Recommendation

Treat the survey as public telemetry and submit only if the disclosed fields are acceptable.

What this means

You have less external context for who maintains the skill beyond the registry metadata and included files.

Why it was flagged

The registry metadata does not provide an external source or homepage for independent provenance verification.

Skill content
Source: unknown; Homepage: none
Recommendation

Prefer installing only if you trust the publisher and the included script content matches your expectations.