Back to skill

Security audit

diskclean

Security checks across malware telemetry and agentic risk

Overview

This is a disclosed local disk-cleaning skill that scans for reclaimable files and can delete reviewed safe-tier items, with no evidence of hidden collection or unrelated behavior.

Install only if you are comfortable with a local cleanup tool that can permanently delete cache, build, log, and dependency directories. Always run and review the dry-run output first, confirm only paths you recognize, and be especially cautious with Downloads, virtual environments, build outputs, and logs.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • 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
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep
Findings (1)

Missing User Warnings

Medium
Confidence
94% confidence
Finding
The clean command will recursively delete all items previously classified as 'safe' when invoked with --confirm, without per-item interactive confirmation or a stronger authorization step at deletion time. Although the script includes some guardrails (HOME-bound paths, .git skip, skipping docker:// and glob-like entries), its scan results can still include valuable user data such as project build outputs, virtual environments, logs, caches, and large directory trees, so a misclassification or stale/tampered scan file can cause unintended data loss.

VirusTotal

65/65 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.