可信 — 风险评分 0/100
上次扫描:1 天前 重新扫描
0 /100
notion-accounting-analysis
Notion记账财务数据分析技能,自动读取支出收入流水表,全量翻页获取数据,100%解析relation类别字段,按年月类别标签多维分析并生成Markdown财务报告。
A legitimate Notion financial accounting analysis skill that reads transaction data via Notion API and generates markdown reports. No malicious behavior detected.
技能名称notion-accounting-analysis
分析耗时25.8s
引擎pi
可以安装
This skill is safe to use. No security concerns identified.
资源类型声明权限推断权限状态证据
网络访问 READ READ ✓ 一致 analyze.mjs:27-43 makes HTTPS GET/POST to api.notion.com only
文件系统 WRITE WRITE ✓ 一致 analyze.mjs:1 uses writeFileSync to write reports to /workspace/
2 项发现
🔗
中危 外部 URL 外部 URL
https://www.notion.so/my-integrations
README.md:30
🔗
中危 外部 URL 外部 URL
https://api.notion.com/v1/search
SKILL.md:73

目录结构

3 文件 · 20.5 KB · 612 行
JavaScript 1f · 386L Markdown 2f · 226L
├─ 📜 analyze.mjs JavaScript 386L · 13.3 KB
├─ 📝 README.md Markdown 82L · 2.6 KB
└─ 📝 SKILL.md Markdown 144L · 4.6 KB

安全亮点

✓ Uses only built-in Node.js modules (https, fs, module) - no external npm dependencies
✓ Makes API calls only to api.notion.com - no suspicious external IPs
✓ Writes reports only to /workspace/ directory - no sensitive path access
✓ User provides their own Notion token via command line - no credential harvesting
✓ Clean, readable code with proper error handling
✓ No obfuscation, base64 encoding, or hidden functionality
✓ SKILL.md accurately documents all capabilities