扫描报告
22 /100
container-runtime-threat-model
Generate container runtime threat models analyzing attack surfaces across container components, images, privileges, network exposure, and security controls. Use when threat modeling containerized applications, Docker/containerd security review, container escape risk assessment, STRIDE analysis for containers, or cloud-native application security.
The skill is a wrapper around an external API call to portal.toolweb.in for container threat modeling, with no local code execution beyond curl — all capabilities are declared, though user infrastructure data is sent to an external service.
可以安装
Review portal.toolweb.in reputation before use. The skill sends detailed container configurations (component names, images, volumes, capabilities, privilege flags) to an external endpoint — only use with non-sensitive environments or after auditing the service.
安全发现 3 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 中危 | Container configuration data sent to external API 数据外泄 | SKILL.md:1 |
| 低危 | No local threat model capability — full dependency on external API 权限提升 | SKILL.md:1 |
| 低危 | API key transmitted to external service 凭证窃取 | SKILL.md:1 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 网络访问 | READ | READ | ✓ 一致 | SKILL.md: curl POST to portal.toolweb.in with X-API-Key header |
| 命令执行 | WRITE | WRITE | ✓ 一致 | SKILL.md: Uses curl as bash command — Bash→shell:WRITE |
| 环境变量 | READ | READ | ✓ 一致 | SKILL.md: Reads TOOLWEB_API_KEY from environment |
| 文件系统 | NONE | NONE | — | No filesystem access in skill |
7 项发现
中危 外部 URL 外部 URL
https://portal.toolweb.in/apis/security/crtmg README.md:32 中危 外部 URL 外部 URL
https://toolweb.in README.md:46 中危 外部 URL 外部 URL
https://portal.toolweb.in README.md:47 中危 外部 URL 外部 URL
https://youtube.com/@toolweb-009 README.md:48 中危 外部 URL 外部 URL
https://hub.toolweb.in SKILL.md:252 中危 外部 URL 外部 URL
https://toolweb.in/openclaw/ SKILL.md:253 中危 外部 URL 外部 URL
https://rapidapi.com/user/mkrishna477 SKILL.md:254 目录结构
2 文件 · 12.8 KB · 321 行 Markdown 2f · 321L
├─
README.md
Markdown
└─
SKILL.md
Markdown
安全亮点
✓ No local malicious code — the skill contains only documentation and curl commands
✓ All resource usage (network via curl, environment variable access for API key) is clearly declared in SKILL.md
✓ No obfuscation, base64, eval, or hidden execution paths
✓ No credential harvesting beyond the declared TOOLWEB_API_KEY for API authentication
✓ No access to sensitive paths like ~/.ssh, ~/.aws, or .env files
✓ No supply chain risk — no package dependencies (requirements.txt, package.json, etc.)