podcast-intel

Security checks across malware telemetry and agentic risk

Overview

This skill coherently helps users sync and analyze Overcast podcast data, but users should treat the local history database, transcripts, and session cookie as private data.

Install only if you are comfortable storing Overcast listening history, transcripts, and an Overcast session cookie locally. Protect ~/.overcast/auth.json like a password, use restrictive permissions on the ~/.overcast directory, avoid shared machines or cloud-synced folders, and remember that transcript analysis may be sent to whatever LLM service your agent uses.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Rogue AgentSelf-Modification, Session Persistence
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
Findings (2)

Missing User Warnings

Medium
Confidence
88% confidence
Finding
The skill explicitly collects and analyzes highly sensitive behavioral data: listening history, starred episodes, transcripts, and inferred user interests/projects. Even if processing is local, the description and workflow do not clearly warn users about the privacy sensitivity or the risk of exposing personal preferences, health/political interests, or work context through transcript analysis and LLM summarization.

Session Persistence

Medium
Category
Rogue Agent
Content
Store auth.json somewhere stable, e.g. ~/.overcast/auth.json:
```bash
mkdir -p ~/.overcast
mv auth.json ~/.overcast/auth.json
```
Confidence
82% confidence
Finding
mkdir -p ~/.overcast mv auth.json ~/.overcast/auth.json ``` ### 3. Run the first full sync (takes a while the first time) ```bash overcast-to-sqlite all -a ~/.overcast/auth.json ~/.overcast/overcast

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal