Agent Setup Survey

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

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.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

66/66 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.

#
ASI07: Insecure Inter-Agent Communication
Low
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.

#
ASI05: Unexpected Code Execution
Low
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.

#
ASI09: Human-Agent Trust Exploitation
Low
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.

#
ASI04: Agentic Supply Chain Vulnerabilities
Info
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.