Hash Generate

Security checks across malware telemetry and agentic risk

Overview

The skill appears to be a straightforward hash utility, but it sends the text being hashed to an external API, so users should avoid submitting secrets.

Install only if you are comfortable with the service receiving the exact text you ask it to hash. Do not use it for passwords, API keys, private documents, or other secrets; use a local hash command for sensitive material.

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)

External Transmission

Medium
Category
Data Exfiltration
Content
### Hash

```bash
curl -X POST https://hash.agentutil.net/v1/hash \
  -H "Content-Type: application/json" \
  -d '{"input": "hello world", "algorithm": "sha256"}'
```
Confidence
92% confidence
Finding
curl -X POST https://hash.agentutil.net/v1/hash \ -H "Content-Type: application/json" \ -d '{"input": "hello world", "algorithm": "sha256"}' ``` Algorithms: md5, sha1, sha256, sha512, crc32. Opti

VirusTotal

66/66 vendors flagged this skill as clean.

View on VirusTotal