Back to skill

Security audit

Agent Communication Hub

Security checks across malware telemetry and agentic risk

Overview

This is a coherent local SQLite-backed agent messaging skill, with normal retention risk for message and event contents.

Install this if you want durable local coordination between agents. Treat any message payloads, event payloads, metadata, and session records as data that can be retained in the SQLite database; avoid sending API keys, passwords, confidential business data, or personal data unless your environment has appropriate deletion, retention, access-control, and backup handling.

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

Missing User Warnings

Medium
Confidence
97% confidence
Finding
The skill explicitly states that messages and event payloads are persisted in SQLite audit history and offline queues, but it does not warn users that communication content and metadata may be stored durably. This can lead users to send sensitive data under the assumption that messaging is transient, increasing the risk of unintended retention, privacy exposure, and downstream disclosure through logs, backups, or database access.

VirusTotal

64/64 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.