Low Risk — Risk Score 15/100
Last scan:21 hr ago Rescan
15 /100
binance-event-contract-data-fetcher
Binance Event Contract Full Data Fetcher - fetches K-line, liquidity, market, and contract rule data for BTC/ETH trading pairs
Documentation-only skill describing Binance data fetching; no implementation code present to execute malicious behavior, though documentation lacks declared allowed tools.
Skill Namebinance-event-contract-data-fetcher
Duration31.3s
Enginepi
Safe to install
This skill contains only a SKILL.md specification without any executable code. If implementation is added later, ensure all network/filesystem/shell operations are explicitly declared in allowed-tools.

Findings 1 items

Severity Finding Location
Low
Missing allowed-tools declaration Doc Mismatch
The SKILL.md does not declare required permissions. A data fetcher that mentions cache and API calls should explicitly list filesystem:READ and network:READ as allowed tools.
No allowed-tools section present in document
→ Add an allowed-tools declaration section listing: network:READ (for Binance API), filesystem:READ (for cache access), and if cron is implemented: shell:WRITE
SKILL.md:1
ResourceDeclaredInferredStatusEvidence
Filesystem NONE READ ✓ Aligned SKILL.md mentions 'cache' functionality implying file read/write
Network NONE READ ✓ Aligned SKILL.md describes fetching from api.binance.com but does not declare network:RE…
Shell NONE NONE Mentions cron auto-run but no explicit shell execution declared
1 findings
🔗
Medium External URL 外部 URL
https://api.binance.com
SKILL.md:15

File Tree

1 files · 4.1 KB · 100 lines
Markdown 1f · 100L
└─ 📝 SKILL.md Markdown 100L · 4.1 KB

Security Positives

✓ No executable code present - cannot perform malicious actions
✓ Declares clear data-source restrictions (Binance only)
✓ Explicitly forbids trading API calls and third-party exchanges
✓ No credential harvesting mentioned
✓ No obfuscation or base64-encoded content observed
✓ No sensitive path access (.ssh, .aws, .env) declared