Back to skill

Security audit

Prompt Git

Security checks across malware telemetry and agentic risk

Overview

This is a local prompt version-control tool whose file access and persistence match its stated purpose, with a backup-worthy overwrite/import risk.

Install if you are comfortable storing prompt history locally, usually under ~/.promptgit. Do not store secrets unless you intend them to persist, review imported JSON before use, and back up important prompt history before using import --overwrite because that path can replace existing history without an atomic rollback.

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
91% confidence
Finding
When importing with both overwrite enabled and history preservation active, the code unconditionally removes the existing version-history file before rebuilding history from untrusted import data. If the import is malformed, incomplete, or fails partway through, the prior history can be lost permanently, creating a destructive local data-loss condition with little user-facing warning beyond the overwrite flag.

VirusTotal

64/64 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.