clawec-reddit-search

Security checks across malware telemetry and agentic risk

Overview

This skill is a straightforward Reddit search helper that sends a search keyword and Clawec API key to Clawec as part of its disclosed function.

Install this only if you trust Clawec with your Reddit search keywords and API key. Avoid entering secrets, private customer data, unreleased product plans, or regulated information as search terms unless your organization has approved that provider.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • MCP Least PrivilegeUnderdeclared Capability, Wildcard Permission, Missing Permission Declaration
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
Findings (2)

Lp3

Medium
Category
MCP Least Privilege
Confidence
90% confidence
Finding
The skill instructs use of shell execution (`curl` and `bash scripts/search.sh`) but does not declare any corresponding permissions. Undeclared execution capability is risky because it can bypass user and platform expectations about what the skill is allowed to run, especially when combined with external network access and user-controlled input.

External Transmission

Medium
Category
Data Exfiltration
Content
## 调用

```bash
curl -s -X POST "https://www.clawec.com/api/aigc/ec/reddit_search" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $CLAWEC_API_KEY" \
  -d '{"keyword":"wireless earbuds"}'
Confidence
88% confidence
Finding
curl -s -X POST "https://www.clawec.com/api/aigc/ec/reddit_search" \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $CLAWEC_API_KEY" \ -d

VirusTotal

63/63 vendors flagged this skill as clean.

View on VirusTotal