Scan Report
This report was generated in Chinese. Some content may be in Chinese.
5 /100
page-agent
Enhanced browser DOM manipulation using PageAgent's page-controller
page-agent 是一个合法的浏览器 DOM 操作技能,代码来自阿里巴巴开源项目 @page-agent/page-controller,提供声明的浏览器自动化功能,无恶意行为。
Safe to install
可安全使用。代码来自知名开源项目,功能符合描述的浏览器 DOM 操作能力。
Findings 1 items
| Severity | Finding | Location |
|---|---|---|
| Low | 依赖管理信息缺失 Supply Chain | N/A |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Browser | WRITE | WRITE | ✓ Aligned | 通过 CDP Runtime.evaluate 向页面注入 JavaScript |
| Filesystem | READ | READ | ✓ Aligned | inject-cdp.mjs 读取本地脚本文件内容 |
| Shell | NONE | READ | ✓ Aligned | inject-via-cdp.sh 读取本地文件,功能有限且有合理解释 |
1 findings
Medium External URL 外部 URL
http://127.0.0.1:18800 scripts/inject-cdp.mjs:9 File Tree
6 files · 151.1 KB · 4279 lines JavaScript 4f · 4122L
Markdown 1f · 93L
Shell 1f · 64L
├─
▾
scripts
│ ├─
inject-cdp.mjs
JavaScript
│ ├─
inject-via-cdp.sh
Shell
│ ├─
inject.js
JavaScript
│ ├─
page-controller-global.js
JavaScript
│ └─
page-controller.js
JavaScript
└─
SKILL.md
Markdown
Security Positives
✓ 代码来自知名开源项目 alibaba/page-agent (GitHub)
✓ 有明确的 MIT 许可证声明
✓ SKILL.md 文档清晰,描述完整
✓ 功能与文档一致:无阴影功能
✓ 未发现凭证收割、远程通信或数据外泄行为
✓ CDP 注入仅作用于用户指定的页面
✓ 代码经过良好结构化,非混淆代码