Back to skill

Security audit

Seedance 2

Security checks across malware telemetry and agentic risk

Overview

This skill is a straightforward PoYo Seedance API helper that sends user-provided generation payloads to PoYo, with no hidden persistence or unrelated behavior found.

Install only if you intend to send generation prompts, image URLs, and any callback URL you provide to PoYo. Prefer setting POYO_API_KEY as an environment variable rather than passing it on the command line, and avoid submitting private images, secrets, internal URLs, or sensitive personal content unless you are comfortable sharing them with that service.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • MCP Least PrivilegeUnderdeclared Capability, Wildcard Permission, Missing Permission Declaration
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
Findings (4)

Lp3

Medium
Category
MCP Least Privilege
Confidence
91% confidence
Finding
The skill explicitly instructs use of shell tooling (`curl`) via a helper script, but the skill does not declare corresponding permissions. This creates a trust and review gap: an agent may execute shell-based network actions without clear permission metadata, increasing the chance of unreviewed external requests or misuse of local execution capability.

Missing User Warnings

Medium
Confidence
96% confidence
Finding
The skill directs the agent to send prompts, and potentially image URLs or callback URLs, to a third-party API but does not clearly warn users about that data transfer. This is dangerous because users may provide sensitive prompts or private image references without informed consent, resulting in unintended disclosure to an external service.

Missing User Warnings

Low
Confidence
87% confidence
Finding
The reference explicitly instructs users to send prompts, image URLs, and an optional callback URL to a third-party API, but it provides no warning that this data leaves the local system and may be stored or processed externally. In a skill that may be used with sensitive prompts or private image URLs, this omission can lead to unintentional disclosure of user data and webhook endpoint information.

External Transmission

Medium
Category
Data Exfiltration
Content
## Endpoint

- Submit task: `https://api.poyo.ai/api/generate/submit`
- Status query: <https://docs.poyo.ai/api-manual/task-management/status>
- Source docs: <https://docs.poyo.ai/api-manual/video-series/seedance-1-5-pro>
- OpenAPI JSON: <https://docs.poyo.ai/api-manual/video-series/seedance-1-5-pro.json>
Confidence
73% confidence
Finding
https://api.poyo.ai/

VirusTotal

63/63 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.