Back to skill

Security audit

AI-first pastebin

Security checks across malware telemetry and agentic risk

Overview

This is a disclosed pastebin and URL-shortener helper that sends only user-chosen content to its hosted service.

Install only if you are comfortable sending selected, non-secret text and URLs to the hosted pastebin service. Review anything piped through --stdin or passed with --content, and avoid URLs containing tokens, private document links, internal hostnames, or sensitive query parameters.

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
94% confidence
Finding
The create-paste command reads arbitrary content from --content or stdin and transmits it to a third-party remote service by default, but the code provides no inline warning, confirmation, or guardrails about sharing sensitive data. In the context of an agent handoff/pastebin skill explicitly designed to move data out of the local context window, this increases the chance that secrets, internal prompts, PII, or proprietary work product are exfiltrated to an external service unintentionally.

VirusTotal

66/66 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.