Scan Report
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.
Use with caution
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.
Findings 4 items
| Severity | Finding | Location |
|---|---|---|
| Medium | Skill name misleads about actual functionality Doc Mismatch | SKILL.md:1 |
| High | Bypass robot detection declared as legitimate use case RCE | SKILL.md:58 |
| Medium | Authenticated session manipulation without explicit consent Sensitive Access | SKILL.md:1 |
| Low | No implementation files to audit Supply Chain | SKILL.md:1 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Shell | WRITE | WRITE | ✓ Aligned | SKILL.md - uses bash, python3 subprocess |
| Browser | READ | READ | ✓ Aligned | SKILL.md - controls Chrome via Playwriter |
| Filesystem | WRITE | WRITE | ✓ Aligned | SKILL.md - screenshot saving |
File Tree
1 files · 2.3 KB · 88 lines Markdown 1f · 88L
└─
SKILL.md
Markdown
Security Positives
✓ 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