Back to skill

Security audit

Neovim Daily Digest

Security checks across malware telemetry and agentic risk

Overview

This skill does what it claims: it runs a bundled Python helper to fetch public r/neovim RSS feeds and turn them into a filtered digest.

Install only if you are comfortable with a bundled Python script making web requests to Reddit RSS. Use the installed skill-relative script path rather than the hardcoded example path, and keep Reddit post text separate from agent instructions when preparing the digest.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • MCP Least PrivilegeUnderdeclared Capability, Wildcard Permission, Missing Permission Declaration
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
Findings (1)

Lp3

Medium
Category
MCP Least Privilege
Confidence
91% confidence
Finding
The skill instructs the agent to execute a local Python script that has both shell-execution and network-fetching capability, but the skill declares no permissions or trust boundary for those actions. Even though the apparent purpose is legitimate RSS retrieval, this creates an undeclared capability gap: an agent may perform network access and local command execution without explicit user awareness or policy enforcement.

VirusTotal

65/65 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.