Trusted — Risk Score 0/100
Last scan:1 day ago Rescan
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.
Skill Namenotion-accounting-analysis
Duration25.8s
Enginepi
Safe to install
This skill is safe to use. No security concerns identified.
ResourceDeclaredInferredStatusEvidence
Network READ READ ✓ Aligned analyze.mjs:27-43 makes HTTPS GET/POST to api.notion.com only
Filesystem WRITE WRITE ✓ Aligned analyze.mjs:1 uses writeFileSync to write reports to /workspace/
2 findings
🔗
Medium External URL 外部 URL
https://www.notion.so/my-integrations
README.md:30
🔗
Medium External URL 外部 URL
https://api.notion.com/v1/search
SKILL.md:73

File Tree

3 files · 20.5 KB · 612 lines
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

Security Positives

✓ 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