📦

审计历史

brand-landingpage - 2 审计

审计版本 2

最新 低风险

May 23, 2026, 08:50 AM

All 295 static analysis findings were evaluated against actual file content. All 'weak cryptographic algorithm' findings are false positives caused by hex color codes in brand design reference tables. All 'Ruby/shell backtick execution' findings are false positives from markdown code blocks showing SDK method names and CLI commands. The 'C2 keywords', 'system reconnaissance', 'Windows SAM database', and 'Windows cmd.exe' findings are all false positives resulting from design terminology, brand interview questions, and legitimate file-opening instructions. The 'environment file access' finding is confirmed but represents proper API key management with documented security practices. The 'hardcoded URL' findings are low-severity documentation links for the Stitch SDK. The heuristic 'dangerous combination' finding is a false positive reflecting expected SDK integration patterns (API key + SDK calls + documentation references). No prompt injection, data exfiltration, or malicious intent was detected.

4
已扫描文件
841
分析行数
4
发现项
claude
审计者
低风险问题 (1)
Hardcoded Documentation URLs
SKILL.md contains hardcoded URLs pointing to Stitch SDK documentation. These are legitimate documentation links but represent external network references in the skill instructions.

审计版本 1

低风险

May 24, 2026, 09:00 AM

Static analysis flagged 295 potential issues but all are false positives or legitimate usage patterns. The 100+ 'weak cryptographic algorithm' findings are color hex values in design documentation misidentified as crypto hashes. The 142 'shell backtick execution' findings are markdown code block delimiters. The critical heuristic finding for 'dangerous combination' is dismissed: the skill checks for an API key env var (legitimate for Stitch integration), references documentation URLs, and uses markdown code fences. No prompt injection or malicious intent detected. Risk level is low.

4
已扫描文件
841
分析行数
5
发现项
claude
审计者
中风险问题 (1)
Environment variable access for API key
SKILL.md instructs the AI to verify an API key environment variable is set for the Stitch service. This is legitimate and expected for a skill that uses an external design API. The skill explicitly states 'Never display, transcribe, or echo the key' as a safeguard.
低风险问题 (1)
Hardcoded documentation URLs
SKILL.md references two documentation URLs for the Stitch SDK. These are legitimate reference links, not data exfiltration endpoints. No credential data is sent to these URLs.

风险因素

⚙️ 外部命令 (3)
🌐 网络访问 (2)
🔑 环境变量 (1)