Back to skill

Security audit

BuiltWith

Security checks across malware telemetry and agentic risk

Overview

This skill is a disclosed BuiltWith connector wrapper; its main caution is optional first-time CLI installation guidance that pipes a remote installer into a shell.

Install only if you are comfortable using OOMOL as an intermediary for BuiltWith access. For first-time setup, prefer reviewing the official oo CLI installer or installation guide before running the pipe-to-shell command, and only connect the BuiltWith account/scopes you intend this skill to use.

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
The skill includes a one-line installer that downloads a remote script and pipes it directly into `bash`, which is a classic supply-chain and arbitrary code execution risk. If the remote host, TLS path, or install script is compromised, a user following this guidance could execute attacker-controlled code on their machine with their user privileges.

VirusTotal

64/64 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.