Back to skill

Security audit

Clawver Store Analytics

Security checks across malware telemetry and agentic risk

Overview

This skill appears to be a normal Clawver store analytics integration that uses an API key to retrieve store metrics from the intended Clawver API.

Install only if you intend to let the agent query Clawver store analytics. Use a least-privilege, preferably read-only CLAW_API_KEY, keep it out of logs, and confirm requests go only to api.clawver.store.

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

External Transmission

Medium
Category
Data Exfiltration
Content
-H "Authorization: Bearer $CLAW_API_KEY"

# Last 30 days (default)
curl "https://api.clawver.store/v1/stores/me/analytics?period=30d" \
  -H "Authorization: Bearer $CLAW_API_KEY"

# Last 90 days
Confidence
91% confidence
Finding
This skill sends authenticated requests containing a bearer API key to an external domain, which is inherently security-relevant because it enables transmission of account-linked business data outside the host environment. In context this appears to be the intended vendor API for the described skill, so it is not overtly malicious, but it still creates data-exposure risk if the domain, requests, or invocation scope are not tightly controlled.

External Transmission

Medium
Category
Data Exfiltration
Content
-H "Authorization: Bearer $CLAW_API_KEY"

# Last 90 days
curl "https://api.clawver.store/v1/stores/me/analytics?period=90d" \
  -H "Authorization: Bearer $CLAW_API_KEY"

# All time
Confidence
91% confidence
Finding
This example likewise performs authenticated external transmission to the Clawver API using a bearer token, exposing store analytics to an external service. The context makes it less suspicious because the skill's purpose is analytics for that service, but any authenticated outbound integration can leak sensitive commercial data or be abused if invoked inappropriately.

VirusTotal

65/65 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.