Git Workflow Assistant

Security checks across malware telemetry and agentic risk

Overview

This is a Git workflow reference skill with one destructive reset example that should be used carefully, but it does not show hidden execution, credential use, persistence, or exfiltration.

Before using the recovery commands, run `git status` and preserve needed work with a stash, backup branch, or safer command. Prefer `git revert` for pushed/shared commits and `git reset --soft` when you want to keep changes.

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
89% confidence
Finding
The skill presents `git reset --hard HEAD~1` as a recovery action without an explicit warning that it irreversibly discards uncommitted and committed work from the working tree/index context. In an agent skill, users may copy commands directly, so omission of safety caveats increases the chance of destructive misuse and accidental data loss.

VirusTotal

62/62 vendors flagged this skill as clean.

View on VirusTotal