可信 — 风险评分 0/100
上次扫描:21 小时前 重新扫描
0 /100
bugpack
BugPack - AI-powered bug tracking and fixing toolkit. List bugs, view bug details with screenshots, and fix bugs automatically.
BugPack is a straightforward bug tracking interface skill that exclusively makes HTTP requests to a local server (localhost:3456) with no filesystem, shell, or credential access.
技能名称bugpack
分析耗时23.5s
引擎pi
可以安装
Approve for use - no security concerns detected. The skill is a simple REST API client with well-defined, benign functionality.
资源类型声明权限推断权限状态证据
网络访问 NONE READ ✓ 一致 SKILL.md: HTTP GET/PATCH calls to localhost:3456 only
文件系统 NONE NONE No file operations declared or present
命令执行 NONE NONE No shell execution declared or present
环境变量 NONE NONE No environment variable access
凭据 NONE NONE No credential harvesting

目录结构

1 文件 · 2.2 KB · 83 行
Markdown 1f · 83L
└─ 📝 SKILL.md Markdown 83L · 2.2 KB

安全亮点

✓ Only performs HTTP GET/PATCH requests to localhost - no external network access
✓ No shell execution, subprocess, or command injection vectors
✓ No credential harvesting or environment variable reading
✓ No filesystem writes or sensitive path access (~/.ssh, .env, etc.)
✓ No obfuscation (base64, eval, encoded strings)
✓ No downloads or remote script execution
✓ Clear, well-documented API-only interface
✓ Single-file skill with no hidden dependencies