Scan Report
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.
Safe to install
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.
Findings 3 items
| Severity | Finding | Location |
|---|---|---|
| Medium | Container configuration data sent to external API Data Exfil | SKILL.md:1 |
| Low | No local threat model capability — full dependency on external API Priv Escalation | SKILL.md:1 |
| Low | API key transmitted to external service Credential Theft | SKILL.md:1 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Network | READ | READ | ✓ Aligned | SKILL.md: curl POST to portal.toolweb.in with X-API-Key header |
| Shell | WRITE | WRITE | ✓ Aligned | SKILL.md: Uses curl as bash command — Bash→shell:WRITE |
| Environment | READ | READ | ✓ Aligned | SKILL.md: Reads TOOLWEB_API_KEY from environment |
| Filesystem | NONE | NONE | — | No filesystem access in skill |
7 findings
Medium External URL 外部 URL
https://portal.toolweb.in/apis/security/crtmg README.md:32 Medium External URL 外部 URL
https://toolweb.in README.md:46 Medium External URL 外部 URL
https://portal.toolweb.in README.md:47 Medium External URL 外部 URL
https://youtube.com/@toolweb-009 README.md:48 Medium External URL 外部 URL
https://hub.toolweb.in SKILL.md:252 Medium External URL 外部 URL
https://toolweb.in/openclaw/ SKILL.md:253 Medium External URL 外部 URL
https://rapidapi.com/user/mkrishna477 SKILL.md:254 File Tree
2 files · 12.8 KB · 321 lines Markdown 2f · 321L
├─
README.md
Markdown
└─
SKILL.md
Markdown
Security Positives
✓ 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.)