Trust Assessment
Sora 2 视频生成 received a trust score of 86/100, placing it in the Mostly Trusted category. This skill has passed most security checks with only minor considerations noted.
SkillShield's automated analysis identified 1 finding: 0 critical, 1 high, 0 medium, and 0 low severity. Key findings include Potential Server-Side Request Forgery (SSRF) via image_url.
The analysis covered 4 layers: Manifest Analysis, Static Code Analysis, Dependency Graph, LLM Behavioral Safety. All layers scored 70 or above, reflecting consistent security practices.
Last analyzed on February 13, 2026 (commit 13146e6a). SkillShield performs automated 4-layer security analysis on AI skills and MCP servers.
Layer Breakdown
Behavioral Risk Signals
Security Findings1
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| HIGH | Potential Server-Side Request Forgery (SSRF) via image_url The skill exposes an `image_url` parameter for image-to-video generation. If the underlying service fetches this URL without proper validation, an attacker could use it to perform Server-Side Request Forgery (SSRF). This could allow the attacker to scan internal networks, access internal services, or exfiltrate data from systems accessible to the skill's backend. Implement strict URL validation and sanitization for the `image_url` parameter on the backend. This should include blocking private IP ranges, loopback addresses, and non-HTTP/HTTPS schemes. Consider proxying requests through a dedicated, sandboxed service with minimal network access. | LLM | SKILL.md:105 |
Scan History
Embed Code
[](https://skillshield.io/report/1ea6b654f1eb6019)
Powered by SkillShield