Scan Report
15 /100
经期管理 / Period Tracker
女性健康周期追踪工具,支持经期记录、症状追踪、周期预测、排卵期管理、定时提醒、健康统计
A legitimate period tracking tool with minor documentation gaps regarding shell and network access, but no malicious behavior detected.
Safe to install
Add explicit declarations for subprocess/crontab usage and clawhub network access in SKILL.md for improved transparency. No security action required.
Findings 2 items
| Severity | Finding | Location |
|---|---|---|
| Low | Shell access via crontab not explicitly declared Doc Mismatch | scripts/setup_reminder.py:55 |
| Low | clawhub network access not documented Doc Mismatch | scripts/period_tracker.py:48 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | WRITE | WRITE | ✓ Aligned | SKILL.md states local storage, code writes to ~/.openclaw/workspace/period_track… |
| Network | NONE | READ | ✗ Violation | scripts/period_tracker.py:48 uses 'clawhub list' which performs network requests |
| Shell | NONE | WRITE | ✗ Violation | scripts/period_tracker.py:387-391 and setup_reminder.py:55-82 use crontab for sc… |
| Database | NONE | NONE | — | Uses JSON file storage, not a database |
File Tree
4 files · 47.9 KB · 1296 lines Python 2f · 1090L
Markdown 2f · 206L
├─
▾
references
│ └─
data-schema.md
Markdown
├─
▾
scripts
│ ├─
period_tracker.py
Python
│ └─
setup_reminder.py
Python
└─
SKILL.md
Markdown
Dependencies 1 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
Python 3 standard library only | N/A | bundled | No | No external pip dependencies - all functionality uses standard library |
Security Positives
✓ No credential harvesting or sensitive data theft
✓ No network requests made directly (only via clawhub CLI tool)
✓ No access to sensitive paths (~/.ssh, ~/.aws, .env)
✓ No obfuscation or base64-encoded payloads
✓ No data exfiltration - all data stored locally
✓ No reverse shell or C2 communication
✓ Standard library only - no external dependencies with supply chain risk
✓ Open source health tracking application with legitimate purpose