Scan Report
20 /100
Daily Report Skill
自动生成每日研究进展报告,并在指定时间推送给用户
A legitimate daily report generator with minor undeclared shell execution for status checking; no malicious indicators found.
Safe to install
Document the execSync('openclaw status') call in SKILL.md and pin dependency versions for supply chain safety.
Findings 2 items
| Severity | Finding | Location |
|---|---|---|
| Low | Undeclared shell execution for status check Doc Mismatch | generate.js:306 |
| Info | Accesses agent session directory Sensitive Access | generate.js:40 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ+WRITE | ✓ Aligned | generate.js:299 fs.writeFileSync for memory update |
| Shell | NONE | READ | ✗ Violation | generate.js:306 execSync('openclaw status') |
| Network | NONE | NONE | — | No network calls observed |
| Environment | NONE | NONE | — | No environment variable access |
| Skill Invoke | NONE | NONE | — | No cross-skill invocation |
| Clipboard | NONE | NONE | — | No clipboard access |
| Browser | NONE | NONE | — | No browser automation |
| Database | NONE | NONE | — | No database access |
File Tree
4 files · 17.1 KB · 634 lines JavaScript 1f · 516L
Markdown 2f · 112L
JSON 1f · 6L
├─
config.json
⚠
JSON
├─
generate.js
JavaScript
├─
SKILL.md
Markdown
└─
template.md
Markdown
Security Positives
✓ No network requests or data exfiltration observed
✓ No obfuscation (base64, eval) or anti-analysis techniques
✓ No credential harvesting or environment variable theft
✓ No reverse shell, C2, or remote code execution
✓ File operations are directly related to the stated report generation feature
✓ No malicious dependencies or supply chain risks
✓ Memory updates are append-only and localized to the feature scope