Back to skill

Security audit

sessions-manager

Security checks across malware telemetry and agentic risk

Overview

This is a local session-management utility that does what it says, though its delete command permanently removes matching OpenClaw session records without a confirmation prompt.

Install only if you want a CLI that can read and permanently delete local OpenClaw session records. Run the list command first, verify the exact session ID or key, and back up ~/.openclaw/agents/main/sessions if session history or audit trails matter to you.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • MCP Least PrivilegeUnderdeclared Capability, Wildcard Permission, Missing Permission Declaration
  • MCP Tool PoisoningHidden Instructions, Unicode Deception, Parameter Description Injection
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
Findings (4)

Lp3

Medium
Category
MCP Least Privilege
Confidence
92% confidence
Finding
The skill documents commands that read session metadata and delete session files, which are file read/write capabilities, yet no permissions are declared. This creates a transparency and governance gap: users and higher-level tooling may invoke the skill without realizing it can modify local agent state and remove on-disk history.

Tp4

High
Category
MCP Tool Poisoning
Confidence
95% confidence
Finding
The documented behavior does not fully match the actual capabilities: it allows deletion by session key as well as ID, removes underlying history files from disk, and claims support for viewing details without exposing such a command. This mismatch is dangerous because operators may grant trust based on the benign description while the skill performs broader destructive actions than advertised.

Missing User Warnings

Medium
Confidence
93% confidence
Finding
The skill openly documents a destructive delete operation with no warning, confirmation step, backup guidance, or mention of irreversibility. In this context, sessions contain operational history and agent state references, so accidental or automated invocation could erase audit trails and disrupt debugging or incident review.

Missing User Warnings

Medium
Confidence
90% confidence
Finding
The tool performs irreversible session deletion immediately after a matching ID is supplied, with no confirmation prompt, dry-run mode, or safety flag. In a session-management context, this increases the chance of accidental data loss or misuse by an agent/operator, especially because it also deletes the associated session file from disk.

VirusTotal

65/65 vendors flagged this skill as clean.

View on VirusTotal