Back to skill

Security audit

Git Deployer

Security checks across malware telemetry and agentic risk

Overview

This skill does what it says, but it can overwrite a Git branch by default and lacks safety checks around the target repository and branch.

Use this only for a dedicated deployment repository or branch where overwriting history is acceptable. Before running it, verify the site path, remote URL, branch, Git credentials, and any existing /tmp clone with the same repo name. Prefer a safer variant that confirms destructive pushes, validates the remote, and uses --force-with-lease.

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

High
Confidence
97% confidence
Finding
The script force-pushes to the configured branch without confirmation, backup, or safety checks, which can overwrite remote history and permanently discard commits on the target branch. In a deployment skill this is especially dangerous because the remote URL and branch are user-controlled inputs, so a mistaken or abused invocation can destructively rewrite an arbitrary repository branch, not just a dedicated publish branch.

VirusTotal

64/64 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.