Back to skill

Security audit

Daily Backup

Security checks across malware telemetry and agentic risk

Overview

This is a disclosed Git backup helper that can commit and push the agent workspace, so users should configure it carefully but the behavior matches its purpose.

Install only if you want Git-based backups of the agent workspace. Before enabling cron or push, set AGENT_WORKSPACE explicitly, review changed files and .gitignore for secrets, and confirm the Git remote and SSH credentials point to a destination you control.

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 skill explicitly instructs the agent to run `git init`, create commits, and `push` workspace contents based on automated checks, but it does not require an explicit user confirmation or a clear warning that local data may be modified and transmitted to a remote repository. In this context, that creates a real risk of unintended persistence and exfiltration of sensitive files from the agent workspace, especially during cron-triggered execution where no interactive review may occur.

VirusTotal

65/65 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.