quantumlab

Security checks across malware telemetry and agentic risk

Overview

The skill appears to be a disclosed helper for running local quantum lab commands, with the main caution that some commands can install dependencies or start a local service when invoked.

Install only if you intend to let the agent run the documented local quantum_lab commands. Review requirements.txt before installing dependencies, confirm before starting any web server or notebook, and avoid triggering the skill from ambiguous chat messages or untrusted external prompts.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
  • Trigger AbuseOverly Broad Trigger, Shadow Command Trigger, Keyword Baiting Trigger
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
Findings (3)

Vague Triggers

Medium
Confidence
84% confidence
Finding
The description says to use the skill 'when asked' via external channels like Telegram/OpenClaw, which is broad enough that an agent may trigger it on loosely related requests without confirming the user intends to execute local code. Because this skill launches local scripts and services, over-broad invocation language increases the risk of surprise execution from ambiguous prompts.

Missing User Warnings

Medium
Confidence
92% confidence
Finding
The command list includes executing local Python scripts, opening notebooks, and starting a web server, but it does not warn that these actions run code from the local filesystem and may expose services on the host. In an agent setting, omission of that warning reduces informed consent and makes it easier for a user or upstream tool to invoke risky operations without understanding the consequences.

Missing User Warnings

Medium
Confidence
94% confidence
Finding
Documenting `pip install -r requirements.txt` without a warning is dangerous because dependency installation executes package installation logic from the network and can introduce arbitrary code through malicious or compromised packages. In an agent-operated skill, this can turn a simple help action into unreviewed code acquisition and execution on the host.

VirusTotal

65/65 vendors flagged this skill as clean.

View on VirusTotal