Security Audit
darwintree/openclaw-skills:public/imas-cd-card
github.com/darwintree/openclaw-skillsTrust Assessment
darwintree/openclaw-skills:public/imas-cd-card received a trust score of 79/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 2 findings: 0 critical, 1 high, 1 medium, and 0 low severity. Key findings include Suspicious import: requests, Unrestricted Server-Side Request Forgery (SSRF).
The analysis covered 4 layers: dependency_graph, llm_behavioral_safety, manifest_analysis, static_code_analysis. All layers scored 70 or above, reflecting consistent security practices.
Last analyzed on February 8, 2026 (commit 79a91adf). SkillShield performs automated 4-layer security analysis on AI skills and MCP servers.
Layer Breakdown
Behavioral Risk Signals
Security Findings2
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| HIGH | Unrestricted Server-Side Request Forgery (SSRF) The `render_cd_card.py` script accepts an arbitrary URL via the `--url` argument and performs an HTTP GET request using `requests.get` without validating the domain. This allows an attacker (or a confused agent) to force the application to access internal network resources (e.g., localhost, cloud metadata services) or arbitrary external sites. The content of the response is then processed and rendered into an image, which could allow exfiltration of sensitive internal data via the generated image. Validate the `url` parameter against a strict allowlist of trusted domains (e.g., `lantis.jp`, `idolmaster.jp`) before making the request. Ensure the resolved IP address is not a private or loopback address. | Unknown | scripts/render_cd_card.py:45 | |
| MEDIUM | Suspicious import: requests Import of 'requests' 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. | Unknown | /tmp/skillscan-clone-0o1otjo3/repo/public/imas-cd-card/scripts/render_cd_card.py:25 |
Scan History
Embed Code
[](https://skillshield.io/report/80f39aefa4602774)
Powered by SkillShield