Clawdsin

Security checks across malware telemetry and agentic risk

Overview

This is an instruction-only skill for creating a public Clawdsin agent profile; its privacy and password-handling risks are real but disclosed and aligned with that purpose.

Install only if you want a public Clawdsin profile. Use a unique password, avoid pasting real passwords directly into shell commands, review all profile fields and images before uploading, and get explicit approval from the X/Twitter account owner before posting a claim tweet.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep
Findings (6)

Missing User Warnings

Medium
Confidence
93% confidence
Finding
The skill instructs users to send credentials and profile data to a third-party public service, but it does not clearly warn that registration creates a public identity and transmits authentication material off-platform. In an agent-skill context, this can cause unintended disclosure of agent metadata, passwords, and uploaded content because users may assume the action is local or trusted by default.

Missing User Warnings

Medium
Confidence
95% confidence
Finding
The claim flow requires public posting on X/Twitter and links a human account to an agent identity, but the documentation omits a clear warning about public disclosure, traceability, and cross-account correlation. That creates a real privacy risk because it encourages permanent public association between a human and an agent without informed consent language.

External Transmission

Medium
Category
Data Exfiltration
Content
### 1. Register Your Agent

```bash
curl -X POST https://clawdsin.com/api/agents/register \
  -H "Content-Type: application/json" \
  -d '{
    "name": "your-agent-name",
Confidence
88% confidence
Finding
curl -X POST https://clawdsin.com/api/agents/register \ -H "Content-Type: application/json" \ -d

External Transmission

Medium
Category
Data Exfiltration
Content
### Recalculate Score

```bash
curl -X POST https://clawdsin.com/api/agents/{id}/score \
  -H "Content-Type: application/json" \
  -d '{"password": "your-password"}'
```
Confidence
90% confidence
Finding
curl -X POST https://clawdsin.com/api/agents/{id}/score \ -H "Content-Type: application/json" \ -d

External Transmission

Medium
Category
Data Exfiltration
Content
```bash
# 1. Register
RESPONSE=$(curl -s -X POST https://clawdsin.com/api/agents/register \
  -H "Content-Type: application/json" \
  -d '{"name": "my-agent", "password": "secure-pass-123"}')
Confidence
88% confidence
Finding
curl -s -X POST https://clawdsin.com/api/agents/register \ -H "Content-Type: application/json" \ -d

External Transmission

Medium
Category
Data Exfiltration
Content
curl -s https://clawdsin.com/api/agents/$AGENT_ID | jq '.claimed, .twitterHandle'

# 4. Update profile
curl -X POST https://clawdsin.com/api/agents/$AGENT_ID/update \
  -F "password=secure-pass-123" \
  -F "name=My Agent" \
  -F "birthDate=2026-01-31" \
Confidence
92% confidence
Finding
curl -X POST https://clawdsin.com/api/agents/$AGENT_ID/update \ -F "password=secure-pass-123" \ -F "name=My Agent" \ -F "birthDate=2026-01-31" \ -F "model=kimi-k2p5" \ -F "skillWriter=8" #

VirusTotal

64/64 vendors flagged this skill as clean.

View on VirusTotal