Back to skill

Security audit

clawec-amazon-new-release

Security checks across malware telemetry and agentic risk

Overview

This skill is a disclosed ClawEC API lookup tool that sends a category query and API key to ClawEC, with no hidden persistence or unrelated access found.

Install only if you are comfortable sending ClawEC your selected Amazon category queries and a ClawEC API key. Store CLAWEC_API_KEY in environment or secret storage, do not pass unrelated sensitive text as the category argument, and rotate the key if it is exposed.

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

Lp3

Medium
Category
MCP Least Privilege
Confidence
93% confidence
Finding
The skill instructs the agent to execute shell commands (`curl`, `bash scripts/track.sh`) but does not declare any corresponding permissions or capability boundaries. This creates a mismatch between documented behavior and granted controls, increasing the chance that an agent runtime executes external commands without explicit user awareness or proper policy enforcement.

Missing User Warnings

Medium
Confidence
93% confidence
Finding
The script transmits user-supplied category data and an Authorization bearer token to a third-party API without any in-script disclosure, confirmation, or visibility to the caller beyond the code itself. This is risky because users or downstream agents may invoke the skill without realizing data leaves the local environment and credentials are exposed to an external service endpoint.

External Transmission

Medium
Category
Data Exfiltration
Content
**不限类目(默认):**

```bash
curl -s -X POST "https://www.clawec.com/api/aigc/tool/amazon_new_release" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $CLAWEC_API_KEY" \
  -d '{"cat":""}'
Confidence
90% confidence
Finding
curl -s -X POST "https://www.clawec.com/api/aigc/tool/amazon_new_release" \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $CLAWEC_API_KEY" \ -d '{"cat":""}' ``` **指定类目:** ```

VirusTotal

36/36 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.