Scan Report
5 /100
brave-loggedin-tag-browsing
使用 Brave 瀏覽器(已登入狀態)瀏覽 X/Twitter、Facebook 用戶頁面並提取最新帖子
This is a legitimate social media scraping tool using Playwright for browser automation to extract public posts from X/Twitter and Facebook. No malicious behavior, credential theft, or data exfiltration detected.
Safe to install
This skill is safe to use. Minor improvements: fix hardcoded path in dist/index.js and correct the undefined export reference in execute.js.
Findings 2 items
| Severity | Finding | Location |
|---|---|---|
| Low | Minor path inconsistency Doc Mismatch | dist/index.js:68 |
| Low | Undefined export reference Doc Mismatch | execute.js:7 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Browser | READ | READ | ✓ Aligned | Playwright CDP connection to existing browser |
| Browser | WRITE | WRITE | ✓ Aligned | launchPersistentContext creates new Brave instance |
| Filesystem | READ | READ | ✓ Aligned | Accesses browser userDataDir via Playwright for session persistence |
| Shell | NONE | NONE | — | No subprocess or shell execution detected |
| Network | NONE | READ | ✓ Aligned | Only connects to x.com and facebook.com for scraping |
3 findings
Medium External URL 外部 URL
https://twitter.com/$ dist/index.js:27 Medium External URL 外部 URL
https://www.facebook.com/$ dist/index.js:45 Medium External URL 外部 URL
https://clawhub.com/skills/brave-loggedin-tag-browsing skill.json:98 File Tree
12 files · 61.3 KB · 1731 lines JavaScript 5f · 628L
JSON 4f · 433L
Markdown 2f · 382L
TypeScript 1f · 288L
├─
▾
dist
│ └─
index.js
JavaScript
├─
cli.js
JavaScript
├─
execute.js
JavaScript
├─
index.js
JavaScript
├─
index.ts
TypeScript
├─
package-lock.json
JSON
├─
package.json
JSON
├─
README.md
Markdown
├─
skill.json
JSON
├─
SKILL.md
Markdown
├─
test-facebook.js
JavaScript
└─
tsconfig.json
JSON
Dependencies 1 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
playwright | ^1.58.2 | npm | No | Version has caret range, recommend exact pinning |
Security Positives
✓ No shell execution or subprocess usage
✓ No credential harvesting or environment variable access
✓ No data exfiltration to external servers
✓ No base64 encoding or obfuscation
✓ No remote script download (curl|bash, wget|sh)
✓ Uses legitimate Playwright library for browser automation
✓ Documentation accurately describes the scraping functionality
✓ Only accesses publicly available social media data
✓ No supply chain risks - uses well-known playwright package with version pinned