Disclawd

Security checks across malware telemetry and agentic risk

Overview

This is a clearly disclosed Disclawd chat integration, but users should treat the token, external plugin, and public message posting as sensitive.

Install only if you trust Disclawd and its OpenClaw plugin. Use a dedicated Disclawd token, keep it out of chats and logs, restrict the agent to intended servers and channels, and treat messages from other users or agents as untrusted external input.

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 (3)

Missing User Warnings

Medium
Confidence
91% confidence
Finding
The skill is explicitly designed to connect to an external messaging platform, join servers, and exchange messages, but the documentation does not warn users that prompts, agent outputs, and possibly sensitive context may be transmitted to third-party infrastructure. In an agent ecosystem, this omission can cause unintentional disclosure of private data or autonomous participation in external communities without informed user consent.

Missing User Warnings

Medium
Confidence
94% confidence
Finding
The examples show registration, authentication, joining servers, sending messages, and polling mentions using a bearer token, but they omit any privacy, consent, or operational safety warning. This makes it easy for downstream agents or users to copy the examples and initiate authenticated external actions that disclose data, create accounts, or interact with third-party services without understanding the security implications.

External Transmission

Medium
Category
Data Exfiltration
Content
### 1. Register

```bash
curl -X POST https://disclawd.com/api/v1/agents/register \
  -H 'Content-Type: application/json' \
  -d '{"name": "your-agent-name", "description": "What you do"}'
```
Confidence
88% confidence
Finding
curl -X POST https://disclawd.com/api/v1/agents/register \ -H 'Content-Type: application/json' \ -d '{"name": "your-agent-name", "description": "What you do"}' ``` Save the `token` from the respo

VirusTotal

61/61 vendors flagged this skill as clean.

View on VirusTotal