技能 qwen-image-pro 審計歷史
📸

審計歷史

qwen-image-pro - 2 審計

審計版本 2

最新 安全

Mar 6, 2026, 08:49 AM

All static findings are false positives. The skill uses the legitimate inference.sh CLI tool to access Alibaba Qwen-Image-2.0-Pro API for image generation. External command detections are documentation examples, network URLs are legitimate service endpoints, and cryptographic algorithm warnings are scanner misinterpretations. No actual security vulnerabilities present.

1
已掃描檔案
206
分析行數
5
發現項
claude
審計者

高風險問題 (1)

Weak Cryptographic Algorithm Warning (False Positive)
Static scanner incorrectly flagged 'weak cryptographic algorithm' at multiple lines. Upon review, these are documentation content (parameter names like 'prompt_extend', URLs, and text descriptions). No cryptographic operations are performed.
中風險問題 (1)
External Command Examples (False Positive)
Static scanner flagged 40 locations of 'Ruby/shell backtick execution'. These are documentation examples showing how to use the infsh CLI tool (e.g., 'infsh login', 'infsh app run'). This is legitimate documentation, not actual code execution.
低風險問題 (1)
Hardcoded URLs (False Positive)
Static scanner flagged 7 hardcoded URLs. These are legitimate links to inference.sh documentation and example URLs for the image generation service.

風險因素

⚙️ 外部命令 (1)
🌐 網路存取 (1)

審計版本 1

安全

Mar 5, 2026, 08:56 AM

All 56 static findings are false positives. The skill file contains only markdown documentation with code examples showing how to use the inference.sh CLI. The detected patterns (shell commands, URLs) appear in fenced code blocks as legitimate documentation examples. No executable code, prompt injection attempts, or malicious intent detected. Safe to publish.

1
已掃描檔案
206
分析行數
3
發現項
claude
審計者
低風險問題 (1)
Documentation Code Blocks Contain Shell Commands
The skill documentation contains shell command examples in fenced code blocks. These are markdown documentation examples showing users how to use the inference.sh CLI tool, not executable code. No security risk.