Back to skill

Security audit

clawec-amazon-product-search

Security checks across malware telemetry and agentic risk

Overview

The skill appears to use a third-party API for Amazon product search, with no evidence of hidden persistence, destructive behavior, or unrelated data access.

Before installing, confirm you trust clawec.com with your product-search queries and keep CLAWEC_API_KEY in an environment variable or secret store. Do not include private or sensitive data in search keywords unless you are comfortable sending it to that service.

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

External Transmission

Medium
Category
Data Exfiltration
Content
## 调用

```bash
curl -s -X POST "https://www.clawec.com/api/aigc/tool/amazon_product_search" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $CLAWEC_API_KEY" \
  -d '{"keyword":"bluetooth headphones","region":"NA"}'
Confidence
82% confidence
Finding
The skill sends user-supplied search keywords and an API bearer token to an external third-party service. External transmission is expected for this skill's purpose, but it still creates a real data exposure boundary: user inputs and credentials leave the local agent environment and are processed by clawec.com, so misuse, over-collection, or inadequate disclosure could expose sensitive data.

VirusTotal

65/65 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.