Back to skill

Security audit

Humanizer

Security checks across malware telemetry and agentic risk

Overview

This skill is a transparent text-editing aid with no hidden system access, though its optional developer tooling should be updated before CLI development use.

Safe to install as an OpenClaw writing skill. Use it responsibly where AI-assistance disclosure rules apply. If you use the optional standalone CLI or contribute to the repo, review the GitHub source and update the dev dependencies before running tests or any Vitest UI/server.

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 (2)

Unpinned Dependencies

Low
Category
Supply Chain
Content
"@eslint/js": "^9.39.2",
    "eslint": "^9.0.0",
    "prettier": "^3.0.0",
    "vitest": "^3.0.0"
  },
  "engines": {
    "node": ">=18.0.0"
Confidence
97% confidence
Finding
"vitest": "^3.0.0"

Known Vulnerable Dependency: vitest==3.0.0 — 2 advisory(ies): CVE-2026-47429 (When Vitest UI server is listening, arbitrary file can be read and executed); CVE-2025-24964 (Vitest allows Remote Code Execution when accessing a malicious website while Vit)

Critical
Category
Supply Chain
Confidence
98% confidence
Finding
vitest==3.0.0

VirusTotal

66/66 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.