Back to skill

Security audit

Hash Generator Tool

Security checks across malware telemetry and agentic risk

Overview

This is a simple offline hashing utility; its main caution is that HMAC secrets and messages can appear in local command/output logs.

Safe to install for offline hashing, Base64, UUID generation, and test HMAC signing. Avoid passing real long-lived HMAC keys or sensitive payloads on the command line or with JSON output in environments where terminal output, process arguments, or agent logs may be recorded; also avoid MD5 and SHA-1 for security-sensitive uses.

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
83% confidence
Finding
In HMAC mode, the tool includes the raw message in structured output and prints the computed signature directly to stdout. In agent or automation contexts, HMAC inputs often contain secrets, tokens, webhook payloads, or signing material, so echoing them can leak sensitive data into logs, terminal history, chat transcripts, or downstream telemetry.

VirusTotal

65/65 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.