Marrs

Security checks across malware telemetry and agentic risk

Overview

This is a small, disclosed RAG memory helper that sends only caller-provided content to a user-configured endpoint.

Install only if you are comfortable sending selected memory content to the RAG_URL you configure. Use a trusted endpoint, prefer HTTPS for remote services, avoid passing secrets or private prompts unless intended, and only add cron jobs after reviewing the short scripts.

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
88% confidence
Finding
The skill describes and facilitates outbound network access via the Python requests library and a configurable RAG_URL, but no explicit permissions are declared. That mismatch is a real security issue because users or hosting platforms may not realize the skill can send data off-system, including memory contents passed to save_memory(). In this context the capability is functionally aligned with the stated purpose, so it appears benign rather than deceptive, but it still increases data exfiltration and SSRF risk if misconfigured or abused.

VirusTotal

67/67 vendors flagged this skill as clean.

View on VirusTotal