Bedtime Radio

Security checks across malware telemetry and agentic risk

Overview

This skill does what it claims: it creates bedtime story audio with SenseAudio, but users should know the story text is sent to that external service.

Install only if you are comfortable sending generated bedtime-story text to SenseAudio and storing the resulting JSON/MP3 files locally. Avoid including children's real names, addresses, health details, or sensitive family information unless you accept that the provider may process that text.

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

Missing User Warnings

Medium
Confidence
95% confidence
Finding
The skill instructs sending user-provided story text and metadata to an external API using an authenticated request and writing both JSON and MP3 files locally, but it never tells the user that their content will leave the local environment or that artifacts will be created on disk. This creates a real privacy and transparency issue, especially because the content may include children's names or other sensitive details in a bedtime-story context.

External Transmission

Medium
Category
Data Exfiltration
Content
local SPEED="$3"
  local OUTFILE="$4"

  curl -s -X POST https://api.senseaudio.cn/v1/t2a_v2 \
    -H "Authorization: Bearer $SENSEAUDIO_API_KEY" \
    -H "Content-Type: application/json" \
    -d "{
Confidence
94% confidence
Finding
curl -s -X POST https://api.senseaudio.cn/v1/t2a_v2 \ -H "Authorization: Bearer $SENSEAUDIO_API_KEY" \ -H "Content-Type: application/json" \ -d

External Transmission

Medium
Category
Data Exfiltration
Content
local SPEED="$3"
  local OUTFILE="$4"

  curl -s -X POST https://api.senseaudio.cn/v1/t2a_v2 \
    -H "Authorization: Bearer $SENSEAUDIO_API_KEY" \
    -H "Content-Type: application/json" \
    -d "{
Confidence
94% confidence
Finding
https://api.senseaudio.cn/

VirusTotal

66/66 vendors flagged this skill as clean.

View on VirusTotal