微排版

Security checks across malware telemetry and agentic risk

Overview

This skill is a disclosed workflow for creating and updating Weipaiban works, with sensitive API use that fits its stated purpose.

Install only if you are comfortable giving it a Weipaiban API key and, if using image generation, Volcengine/Jimeng credentials. Review generated text, images, and the final change summary before approval, and delete /tmp/weipaiban-task-* or ~/.u2net/u2netp.onnx afterward if the project contains sensitive content.

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
92% confidence
Finding
The workflow explicitly sends generated or processed image/content data to external services (即梦 API, rembg processing flow, and a CDN) but does not mention any user notice, consent, or data handling limitations. In a content-authoring skill, users may provide copyrighted, sensitive, or personal material, so silent transfer to third parties creates privacy, compliance, and trust risks even if the behavior is part of normal functionality.

External Transmission

Medium
Category
Data Exfiltration
Content
```bash
# 受控执行模板:仅提交白名单字段
curl -s -X POST \
  -H "Authorization: Bearer $WEIPAIBAN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
Confidence
91% confidence
Finding
curl -s -X POST \ -H "Authorization: Bearer $WEIPAIBAN_API_KEY" \ -H "Content-Type: application/json" \ -d

VirusTotal

65/65 vendors flagged this skill as clean.

View on VirusTotal