Back to skill

Security audit

Calendarific

Security checks across malware telemetry and agentic risk

Overview

This is a read-only Calendarific connector with a disclosed OOMOL CLI setup step that users should run only from a trusted source.

Install only if you are comfortable using OOMOL's `oo` CLI and connecting Calendarific through OOMOL. Treat the remote installer as a system-level setup step: review the official install guide or installer source first, run it intentionally, and do not share raw Calendarific API keys outside the expected OOMOL connection flow.

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 instructs users to install software via a remote-script pipe (`curl ... | bash`), which executes network-fetched code immediately without verification, pinning, or integrity checks. Because skill content is potentially adversarial and this command runs in a shell-enabled environment, a compromised host, CDN, DNS path, or upstream script could lead to arbitrary code execution on the user's system.

VirusTotal

64/64 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.