Back to skill

Security audit

Langbase

Security checks across malware telemetry and agentic risk

Overview

This appears to be a disclosed Langbase connector for OOMOL, with some setup and scope cautions but no evidence of hidden or malicious behavior.

Install this only if you want an agent to operate your Langbase account through OOMOL. Verify the `oo` CLI installer before running it, make sure it is connected to the intended account, and require explicit confirmation before creating, updating, or deleting Langbase resources.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
  • Trigger AbuseOverly Broad Trigger, Shadow Command Trigger, Keyword Baiting Trigger
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
Findings (2)

Vague Triggers

Medium
Confidence
93% confidence
Finding
The skill description says to use this skill for ANY Langbase request and instead of calling the API directly, which is overly broad delegation guidance. This can cause an agent to route all Langbase-related tasks through a tool with write and destructive capabilities even when a narrower, safer path would be more appropriate, increasing the chance of unnecessary privileged actions or misuse.

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.