扫描报告
5 /100
coupang-shopping-relay
로그인된 Chrome browser relay로 쿠팡 검색, 비교, 장바구니 조회/추가/삭제/수량 변경, 주문 직전 검수를 수행하는 OpenClaw 스킬
A legitimate Chrome browser relay skill for Coupang shopping assistance with comprehensive documentation, explicit safety rules, and no malicious indicators.
可以安装
This skill is safe to use. No security concerns identified.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ | READ | ✓ 一致 | SKILL.md: Permission to read documentation files |
| 网络访问 | READ | READ | ✓ 一致 | SKILL.md: Explicitly uses Chrome browser relay only, no direct HTTP requests |
| 浏览器 | READ | READ | ✓ 一致 | SKILL.md: Uses user logged-in Chrome session via relay |
| 命令执行 | NONE | NONE | — | No shell execution found in any files |
| 凭证访问 | NONE | NONE | — | SKILL.md explicitly prohibits storing passwords, card numbers, auth codes |
3 项发现
中危 外部 URL 外部 URL
https://www.coupang.com/ SKILL.md:179 中危 外部 URL 外部 URL
https://www.coupang.com/np/search?q= SKILL.md:180 中危 外部 URL 外部 URL
https://cart.coupang.com/cartView.pang SKILL.md:181 目录结构
7 文件 · 39.9 KB · 1066 行 Markdown 6f · 1062L
YAML 1f · 4L
├─
▾
agents
│ └─
openai.yaml
YAML
├─
▾
assets
│ └─
coupang-relay-memory-template.md
Markdown
├─
▾
references
│ ├─
browser-relay-workflow.md
Markdown
│ ├─
coupang-page-structure.md
Markdown
│ ├─
improvement-log.md
Markdown
│ └─
operating-memory.md
Markdown
└─
SKILL.md
Markdown
安全亮点
✓ Comprehensive SKILL.md with explicit safety rules and clear scope boundaries
✓ Intentional limitations documented: no login automation, no payment submission, no bot bypass
✓ Explicit sensitivity data handling rules (no passwords, cards, addresses stored)
✓ Uses user-authenticated browser session rather than bypassing authentication
✓ Requires user confirmation before any write actions
✓ Includes verification loops to confirm actions succeeded
✓ No shell execution, subprocess, or direct network requests
✓ No base64 encoding, eval patterns, or obfuscation techniques
✓ Reference documents provide detailed operational guidance without introducing security risks
✓ Version 1.1.2 with clear changelog in improvement-log.md