Back to skill

Security audit

查询技能

Security checks across malware telemetry and agentic risk

Overview

This appears to be a simple example skill with disclosed setup requirements; the main caution is that its Linux install command uses sudo to install common tools.

Review the install commands before running them. On Linux, only allow the sudo apt-get step if you are comfortable installing curl and jq system-wide, and do not provide a real API key unless you know what API this example skill will use.

SkillSpector

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

Sudo/Root Execution

Medium
Category
Privilege Escalation
Content
- description: "安装 Python 依赖"
        command: "pip install -r requirements.txt"
      - description: "安装系统依赖(Ubuntu/Debian)"
        command: "sudo apt-get install -y curl jq"
        os: linux
      - description: "安装系统依赖(macOS)"
        command: "brew install curl jq"
Confidence
95% confidence
Finding
sudo

VirusTotal

63/63 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.