低风险 — 风险评分 10/100
上次扫描:2 天前 重新扫描
10 /100
smart-model-switcher-v5
智能模型自动切换 V5.0.2 - 多模态感知,自动识别图片/视频/音频/代码/文本任务
This is a legitimate AI model routing skill that automatically switches between different AI models based on task type detection. No malicious behavior detected.
技能名称smart-model-switcher-v5
分析耗时25.3s
引擎pi
可以安装
This skill is safe to use. No security concerns requiring action.

安全发现 2 项

严重性 安全发现 位置
低危
Non-executable script format
PowerShell scripts in scripts/ directory have .txt extension instead of .ps1, suggesting they are documentation rather than executable code
auto-monitor.txt, runtime-switch.txt
→ Confirm if scripts need to be converted to .ps1 for actual execution
scripts/
低危
Encoding issues in Chinese keywords
Chinese keywords in runtime-switch.txt appear garbled, likely due to encoding problems during file creation
$TaskKeywords - contains corrupted Chinese text
→ Re-encode the keyword arrays with proper UTF-8 encoding
scripts/runtime-switch.txt:35
资源类型声明权限推断权限状态证据
文件系统 NONE NONE No filesystem access detected in scripts
网络访问 NONE NONE No network calls in code
命令执行 NONE NONE PowerShell scripts are text descriptions only, not executable
环境变量 NONE NONE No environment variable access
技能调用 NONE NONE SKILL.md mentions session_status tool but no actual invocation in scripts

目录结构

3 文件 · 26.2 KB · 752 行
Markdown 1f · 484L Text 2f · 268L
├─ 📁 scripts
│ ├─ 📄 auto-monitor.txt Text 90L · 3.4 KB
│ └─ 📄 runtime-switch.txt Text 178L · 6.4 KB
└─ 📝 SKILL.md Markdown 484L · 16.3 KB

安全亮点

✓ No credential harvesting or exfiltration code present
✓ No external network requests detected
✓ No base64 encoding or obfuscated commands
✓ No suspicious system path access (~/.ssh, ~/.aws, etc.)
✓ No reverse shell or C2 indicators
✓ Skill functionality is clearly documented in SKILL.md
✓ Task routing logic is straightforward and transparent