Back to skill

Security audit

Have I Been Pwned

Security checks across malware telemetry and agentic risk

Overview

This skill is a coherent Have I Been Pwned connector, but its CLI setup instructions include a risky pipe-to-shell install pattern users should treat carefully.

Install only if you are comfortable using OOMOL as the intermediary for Have I Been Pwned queries and connecting your HIBP API key there. Before running the listed curl-to-bash or PowerShell installer, prefer the official install guide, inspect the script, and verify the source. Avoid querying email addresses unless the user explicitly wants those accounts checked.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep
Findings (1)

External Script Fetching

High
Category
Supply Chain
Content
- **`oo: command not found`** — install the oo CLI (other platforms: <https://cli.oomol.com/install-guide.md>):

  ```bash
  curl -fsSL https://cli.oomol.com/install.sh | bash    # macOS / Linux
  ```

  ```powershell
Confidence
97% confidence
Finding
curl -fsSL https://cli.oomol.com/install.sh | bash

VirusTotal

64/64 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.