skills/terminalskills/skills/velero/Gen Agent Trust Hub

velero

Pass

Audited by Gen Agent Trust Hub on Aug 12, 2026

Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The skill downloads the official Velero CLI binary from the vmware-tanzu GitHub repository. This is a well-known and trusted source for this specific tool.
  • Evidence: wget https://github.com/vmware-tanzu/velero/releases/download/v1.13.0/velero-v1.13.0-linux-amd64.tar.gz in SKILL.md.
  • [COMMAND_EXECUTION]: The skill uses standard administrative commands like sudo mv to install the binary to the system path and executes various velero CLI commands for backup and restore operations.
  • Evidence: sudo mv velero-v1.13.0-linux-amd64/velero /usr/local/bin/ in SKILL.md.
  • [CREDENTIALS_SAFE]: The skill documentation correctly instructs the user to provide credentials via a file (--secret-file ./credentials-velero) and provides a template with placeholders rather than hardcoding actual secrets.
  • Evidence: aws_access_key_id=AKIA... in SKILL.md is a safe placeholder pattern.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 12, 2026, 04:32 PM
Security Audit — agent-trust-hub — velero