扫描报告
5 /100
fnclub-signer
飞牛论坛(club.fnnas.com)自动签到
Legitimate forum auto-sign-in skill with appropriate credential handling and local-only data storage. No malicious behavior detected.
可以安装
Skill is safe to use. Consider pinning dependency versions for better reproducibility.
安全发现 1 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Dependency versions not pinned 供应链 | scripts/package.json:41 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | WRITE | ✓ 一致 | fnclub_signer.js:lines 65-70 writes cookies.json and token_cache.json to local s… |
| 网络访问 | NONE | READ | ✓ 一致 | fnclub_signer.js:lines 32,142,162,203 makes HTTP requests to club.fnnas.com and … |
| 环境变量 | READ | READ | ✓ 一致 | fnclub_signer.js:lines 25-28 reads FNCLUB_USERNAME, FNCLUB_PASSWORD, BAIDU_OCR_A… |
| 命令执行 | NONE | NONE | — | No subprocess or shell execution found |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 浏览器 | NONE | NONE | — | No browser automation |
| 数据库 | NONE | NONE | — | No database access |
| 技能调用 | NONE | NONE | — | No skill invocation |
4 项发现
中危 外部 URL 外部 URL
https://ai.baidu.com/ SKILL.md:54 中危 外部 URL 外部 URL
https://club.fnnas.com/ scripts/fnclub_signer.js:32 中危 外部 URL 外部 URL
https://aip.baidubce.com/oauth/2.0/token scripts/fnclub_signer.js:142 中危 外部 URL 外部 URL
https://aip.baidubce.com/rest/2.0/ocr/v1/accurate_basic?access_token=$ scripts/fnclub_signer.js:162 目录结构
4 文件 · 40.2 KB · 1145 行 JSON 2f · 677L
JavaScript 1f · 370L
Markdown 1f · 98L
├─
▾
scripts
│ ├─
fnclub_signer.js
JavaScript
│ ├─
package-lock.json
JSON
│ └─
package.json
JSON
└─
SKILL.md
Markdown
依赖分析 3 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
axios | ^1.13.6 | npm | 否 | Version not pinned, uses caret range |
cheerio | ^1.2.0 | npm | 否 | Version not pinned, uses caret range |
tough-cookie | ^6.0.0 | npm | 否 | Version not pinned, uses caret range |
安全亮点
✓ No credential exfiltration - credentials only sent to forum login endpoint and Baidu OCR API
✓ No shell execution or subprocess usage
✓ No obfuscation or base64-encoded payloads
✓ No sensitive file access (~/.ssh, ~/.aws, .env)
✓ No remote code execution or reverse shell behavior
✓ Documentation accurately reflects implementation behavior
✓ Local-only data storage (cookies.json, token_cache.json in scripts directory)
✓ No C2 communication or data theft detected
✓ Legitimate dependencies (axios, cheerio, tough-cookie) from known sources