扫描报告
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.
可以安装
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
├─
README.md
Markdown
└─
SKILL.md
Markdown
安全亮点
✓ 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