Hedy

Security checks across malware telemetry and agentic risk

Overview

This is a coherent Hedy API skill, but it can access sensitive meeting content and create persistent webhooks, so users should use it deliberately.

Install this only if you want OpenClaw to access your Hedy meetings. Protect the HEDY_API_KEY, avoid broad transcript retrieval unless needed, and review any requested topic, context, or webhook change carefully, especially webhook destinations because they can receive future meeting-derived data outside Hedy.

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)

Missing User Warnings

Medium
Confidence
84% confidence
Finding
The skill prominently advertises access to sessions, transcripts, highlights, todos, topics, contexts, and webhooks without an immediate upfront warning that meeting transcripts and notes are highly sensitive personal/business data. Because the skill can retrieve full transcripts and also configure outbound webhooks, users may invoke it without appreciating the privacy implications, increasing risk of unintended disclosure.

External Transmission

Medium
Category
Data Exfiltration
Content
Create a webhook. Rate limited to 5 per minute. Maximum 50 webhooks per user. Requires HTTPS URL in production.

```bash
curl -s -X POST -H "Authorization: Bearer $HEDY_API_KEY" -H "Content-Type: application/json" \
  -d '{"url": "https://api.example.com/hedy-webhook", "events": ["session.ended", "highlight.created"]}' \
  "{BASE_URL}/webhooks" | jq
```
Confidence
92% confidence
Finding
curl -s -X POST -H "Authorization: Bearer $HEDY_API_KEY" -H "Content-Type: application/json" \ -d

VirusTotal

65/65 vendors flagged this skill as clean.

View on VirusTotal