H test

Security checks across malware telemetry and agentic risk

Overview

This skill is a disclosed Ezviz camera inspection tool that sends configured restaurant camera snapshots to Ezviz services for AI analysis, with privacy and credential risks users should manage.

Install only if you are authorized to send the relevant camera images to Ezviz cloud analysis. Use least-privilege Ezviz credentials, prefer environment variables or a secret manager over command-line secrets, verify employee/customer privacy obligations, and avoid using it on cameras or areas where cloud processing is not permitted.

SkillSpector

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

Missing User Warnings

Medium
Confidence
91% confidence
Finding
The script sends a captured image URL and inspection prompt to an external AI analysis service without any explicit consent flow, warning, or configurable privacy control. In a restaurant or kitchen setting, images may contain employees, customers, operational details, or other sensitive business information, so silent transmission creates a real privacy and compliance risk.

External Transmission

Medium
Category
Data Exfiltration
Content
**AI 智能体分析接口调用格式**:

```bash
curl --location --request POST 'https://aidialoggw.ys7.com/api/service/open/intelligent/agent/engine/agent/anaylsis' \
--header 'accessToken: YOUR_ACCESS_TOKEN' \
--header 'Content-Type: application/json' \
--data-raw '{
Confidence
87% confidence
Finding
curl --location --request POST 'https://aidialoggw.ys7.com/api/service/open/intelligent/agent/engine/agent/anaylsis' \ --header 'accessToken: YOUR_ACCESS_TOKEN' \ --header 'Content-Type: application/j

VirusTotal

64/64 vendors flagged this skill as clean.

View on VirusTotal