扫描报告
55 /100
问专家技能
使用 Playwriter 连接用户已登录的 Chrome 浏览器,通过 Gemini 等 AI 助手获取专业建议
Skill documentation explicitly mentions bypassing robot detection and operating on authenticated browser sessions, suggesting potential for unauthorized automation and terms-of-service violations.
谨慎使用
This skill should be reviewed with caution. The declared use cases include bypassing anti-bot mechanisms, which could facilitate unauthorized scraping or automation. Request actual implementation code and verify the tool only performs legitimate browser interactions.
安全发现 4 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 中危 | Skill name misleads about actual functionality 文档欺骗 | SKILL.md:1 |
| 高危 | Bypass robot detection declared as legitimate use case 代码执行 | SKILL.md:58 |
| 中危 | Authenticated session manipulation without explicit consent 敏感访问 | SKILL.md:1 |
| 低危 | No implementation files to audit 供应链 | SKILL.md:1 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 命令执行 | WRITE | WRITE | ✓ 一致 | SKILL.md - uses bash, python3 subprocess |
| 浏览器 | READ | READ | ✓ 一致 | SKILL.md - controls Chrome via Playwriter |
| 文件系统 | WRITE | WRITE | ✓ 一致 | SKILL.md - screenshot saving |
目录结构
1 文件 · 2.3 KB · 88 行 Markdown 1f · 88L
└─
SKILL.md
Markdown
安全亮点
✓ Uses documented Playwriter tool (open source browser automation framework)
✓ No base64-encoded strings or obfuscated code observed
✓ No credential harvesting or environment variable access detected
✓ No network requests to external IPs documented