Back to skill

Security audit

Clipboard Stash Demo

Security checks across malware telemetry and agentic risk

Overview

This is a simple local clipboard-stash skill that stores user snippets in one plaintext cache file and shows no network, credential, or hidden execution behavior.

Use this only for non-sensitive notes or quotes. Anything saved may remain in plaintext at ~/.cache/clipboard-stash/stash.tsv after the session, so avoid passwords, tokens, private keys, and personal data; clear or delete the file when the stash is no longer needed.

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

Low
Confidence
88% confidence
Finding
The README explicitly documents a persistent backing file under ~/.cache/clipboard-stash/stash.tsv, but does not warn that user-provided clipboard contents will be written to disk and remain available after the session. In a skill meant for quickly stashing notes or quotes, users may reasonably assume ephemeral handling, so this can lead to unintended retention of sensitive text in local storage.

VirusTotal

64/64 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.