Scan Report
5 /100
us-market-briefing
Generate production-ready US pre-market outlooks and post-market recaps in a fixed 3-section format
This is a straightforward US market briefing skill with no malicious indicators. All behavior is well-documented in SKILL.md, including web data collection, cron automation, and local file operations for budget tracking.
Safe to install
No action required. The skill is safe to use.
Findings 2 items
| Severity | Finding | Location |
|---|---|---|
| Info | Allowed-tools not formally declared | SKILL.md:1 |
| Info | No dependencies in Python script | scripts/is-us-market-holiday.py:1 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | WRITE | ✓ Aligned | SKILL.md line 82-102: memory/market-briefing-usage.json tracking with documented… |
| Network | READ | READ | ✓ Aligned | SKILL.md line 53-65: Source Collection Rules explicitly declares web_search and … |
| Shell | NONE | NONE | — | No shell execution found; python3 is called only via subprocess by OpenClab runt… |
| Environment | NONE | NONE | — | No environment variable access observed |
| Skill Invoke | READ | READ | ✓ Aligned | SKILL.md line 25-33: cron automation via OpenClab |
File Tree
5 files · 9.8 KB · 300 lines Markdown 3f · 255L
Python 1f · 40L
JSON 1f · 5L
├─
▾
references
│ ├─
templates.md
Markdown
│ └─
us-market-holidays-2026.md
Markdown
├─
▾
scripts
│ └─
is-us-market-holiday.py
Python
├─
_meta.json
JSON
└─
SKILL.md
Markdown
Security Positives
✓ No credential harvesting or sensitive path access (~/.ssh, ~/.aws, .env)
✓ No base64 encoded payloads or obfuscated code
✓ No remote script execution (curl|bash, wget|sh)
✓ No direct IP network requests or C2 indicators
✓ All file operations (memory/market-briefing-usage.json) are explicitly documented
✓ Cron automation explicitly restricts to OpenClab only, prohibits system crontab editing
✓ Source code is simple, readable, and performs stated function only
✓ No hidden functionality in HTML comments or documentation
✓ No exfiltration or data POST to external endpoints