InspirAI Deploy

Security checks across malware telemetry and agentic risk

Overview

This deployment skill appears purpose-aligned, but it can affect production-like environments and documents broad invocation phrases plus safeguard-bypass flags that need careful review before use.

Review this before installing or enabling it in an environment with real deployment credentials. Treat it as capable of changing live services, require explicit user confirmation for every deploy, and avoid using the bypass flags unless they are technically blocked from uat/prd or limited to disposable development environments.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • Tool MisuseTool Parameter Abuse, Chaining Abuse, Unsafe Defaults
  • 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 (3)

Vague Triggers

Medium
Confidence
93% confidence
Finding
The manifest advertises very broad trigger phrases such as '部署', 'deploy', '发布', and even concrete command-like text such as 'helm upgrade' and 'docker compose up'. Because this skill can perform real deployment actions, broad matching increases the chance of accidental invocation in ordinary conversation or while discussing commands, which could route a user into a sensitive operational workflow unintentionally.

Tool Parameter Abuse

High
Category
Tool Misuse
Content
components   要部署的组件列表(默认: 全部)

选项:
  --skip-check         跳过所有预检查
  --skip-image-check   跳过镜像推送检查
  --skip-config-check  跳过配置同步检查
  --force              强制部署
Confidence
96% confidence
Finding
--skip-check

Tool Parameter Abuse

High
Category
Tool Misuse
Content
```
/deploy run uat                    # 完整流程部署到 uat
/deploy run prd core ops           # 只部署 core 和 ops 到生产
/deploy run dev --skip-check       # 开发环境跳过检查
/deploy run uat --strategy compose # 强制使用 compose 策略
```
Confidence
94% confidence
Finding
--skip-check

VirusTotal

64/64 vendors flagged this skill as clean.

View on VirusTotal