Scan Report
5 /100
webmcp-bridge
Connect a website to the local-mcp browser bridge through a fixed UXC link. Use when the user needs to operate native WebMCP sites or adapter-backed sites through local-mcp, manage per-site browser profiles, or switch bridge presentation modes explicitly.
The WebMCP Bridge skill is a legitimate browser automation tool that creates CLI links for managing browser sessions through local-mcp, with well-documented shell usage and no malicious behavior detected.
Safe to install
This skill can be used safely. The shell execution and npx usage are necessary and documented. Consider pinning the @webmcp-bridge/local-mcp version in production environments for reproducibility.
Findings 1 items
| Severity | Finding | Location |
|---|---|---|
| Low | Unpinned npm package dependency Supply Chain | scripts/ensure-links.sh:28 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Shell | WRITE | WRITE | ✓ Aligned | SKILL.md:scripts/ensure-links.sh |
| Filesystem | READ | WRITE | ✓ Aligned | Creates ~/.uxc/webmcp-profile/<site> directories for browser profiles |
| Network | READ | READ | ✓ Aligned | Browser automation fetches target URLs; external URLs documented in references |
| Browser | READ | WRITE | ✓ Aligned | Manages browser profiles, sessions, and automation through local-mcp bridge |
2 findings
Medium External URL 外部 URL
https://board.holon.run references/source-modes.md:12 Medium External URL 外部 URL
http://127.0.0.1:4173 references/source-modes.md:13 File Tree
8 files · 19.2 KB · 657 lines Markdown 5f · 462L
Shell 2f · 188L
YAML 1f · 7L
├─
▾
agents
│ └─
openai.yaml
YAML
├─
▾
references
│ ├─
link-patterns.md
Markdown
│ ├─
source-modes.md
Markdown
│ ├─
troubleshooting.md
Markdown
│ └─
usage-patterns.md
Markdown
├─
▾
scripts
│ ├─
ensure-links.sh
Shell
│ └─
validate.sh
Shell
└─
SKILL.md
Markdown
Dependencies 3 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
@webmcp-bridge/local-mcp | unpinned | npm | No | No version pinning - uses latest with npx -y |
uxc | unpinned | system | No | Expected to be pre-installed by user |
npx | unpinned | system | No | Expected to be pre-installed by user |
Security Positives
✓ Shell usage is fully documented in SKILL.md with clear explanation of each command
✓ No credential harvesting or sensitive data exfiltration detected
✓ No obfuscation, base64 encoding, or anti-analysis techniques observed
✓ Clear separation of concerns with well-structured reference documentation
✓ No unauthorized resource access to ~/.ssh, ~/.aws, .env or similar sensitive paths
✓ Guardrails are explicitly documented in SKILL.md (profile isolation, no credential script extraction)
✓ Explicit profile isolation guidance prevents cross-site data leakage
✓ Command validation script (validate.sh) helps catch documentation drift