Trust Assessment
seedream-image-gen received a trust score of 57/100, placing it in the Caution category. This skill has some security considerations that users should review before deployment.
SkillShield's automated analysis identified 4 findings: 0 critical, 2 high, 2 medium, and 0 low severity. Key findings include Suspicious import: urllib.request, Potential data exfiltration: file read + network send, Path Traversal in Output Filename.
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 14, 2026 (commit 13146e6a). SkillShield performs automated 4-layer security analysis on AI skills and MCP servers.
Layer Breakdown
Behavioral Risk Signals
Security Findings4
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| HIGH | Potential data exfiltration: file read + network send Function 'save_image_from_url' reads files and sends data over the network. This may indicate data exfiltration. Review this function to ensure file contents are not being sent to external servers. | Static | skills/owenrao/seedream-image-gen/scripts/generate_image.py:91 | |
| HIGH | Path Traversal in Output Filename The skill allows users to specify an arbitrary output filename via the `--filename` argument. This argument is directly used to construct a `Path` object and save the generated image. A malicious user could provide a path traversal sequence (e.g., `../../../etc/passwd.png`) to write files to arbitrary locations on the filesystem, potentially overwriting sensitive files or creating new ones outside the intended output directory. Sanitize the `filename` argument to ensure it is a safe filename and does not contain path traversal sequences. Ensure the output path is strictly confined to a designated, secure output directory. For example, extract only the base filename from user input (`Path(args.filename).name`) and join it with a predefined, secure output directory. | LLM | scripts/generate_image.py:100 | |
| MEDIUM | Suspicious import: urllib.request Import of 'urllib.request' detected. This module provides network or low-level system access. Verify this import is necessary. Network and system modules in skill code may indicate data exfiltration. | Static | skills/owenrao/seedream-image-gen/scripts/generate_image.py:32 | |
| MEDIUM | Suspicious import: urllib.request Import of 'urllib.request' detected. This module provides network or low-level system access. Verify this import is necessary. Network and system modules in skill code may indicate data exfiltration. | Static | skills/owenrao/seedream-image-gen/scripts/generate_image.py:81 |
Scan History
Embed Code
[](https://skillshield.io/report/fdbc88aeefcc6961)
Powered by SkillShield