Scan Report
5 /100
panews
Entry point for reading PANews cryptocurrency/blockchain news and market narratives
This is a pure-documentation PANews cryptocurrency news reading skill with no executable code present. All referenced files are markdown/YAML describing legitimate news-fetching workflows against the panewslab.com API.
Safe to install
No action needed. The skill is safe but incomplete — the SKILL.md references a `scripts/cli.mjs` that does not exist in the package, making the skill non-functional.
Findings 1 items
| Severity | Finding | Location |
|---|---|---|
| Low | Referenced CLI script does not exist | SKILL.md:53 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No filesystem access in any file |
| Network | READ | READ | ✓ Aligned | All network calls are GET requests to panewslab.com for news content |
| Shell | WRITE | NONE | ✓ Aligned | SKILL.md references 'node cli.mjs' but scripts/cli.mjs does not exist — shell ac… |
| Environment | NONE | NONE | — | No environment variable access in any file |
| Skill Invoke | NONE | NONE | — | No skill invocation in any file |
| Clipboard | NONE | NONE | — | No clipboard access in any file |
| Browser | NONE | NONE | — | No browser access in any file |
| Database | NONE | NONE | — | No database access in any file |
4 findings
Medium External URL 外部 URL
https://www.panewslab.com/ references/workflow-read-article.md:7 Medium External URL 外部 URL
https://www.panewslab.com/zh/abc123def references/workflow-read-article.md:10 Medium External URL 外部 URL
https://panewslab.com/en/abc123def references/workflow-read-article.md:11 Medium External URL 外部 URL
https://www.panewslab.com/abc123def references/workflow-read-article.md:12 File Tree
14 files · 19.0 KB · 531 lines Markdown 13f · 524L
YAML 1f · 7L
├─
▾
agents
│ └─
openai.yaml
YAML
├─
▾
references
│ ├─
workflow-calendar.md
Markdown
│ ├─
workflow-columns.md
Markdown
│ ├─
workflow-events.md
Markdown
│ ├─
workflow-hooks.md
Markdown
│ ├─
workflow-latest-news.md
Markdown
│ ├─
workflow-read-article.md
Markdown
│ ├─
workflow-search.md
Markdown
│ ├─
workflow-series.md
Markdown
│ ├─
workflow-today-briefing.md
Markdown
│ ├─
workflow-topic-research.md
Markdown
│ ├─
workflow-topics.md
Markdown
│ └─
workflow-trending.md
Markdown
└─
SKILL.md
Markdown
Security Positives
✓ No executable code present — only documentation files
✓ No credential harvesting or environment variable access
✓ No base64/encoded payloads, eval, or shell command injection
✓ All network IOCs point to legitimate domain panewslab.com
✓ No sensitive path access (~/.ssh, ~/.aws, .env, etc.)
✓ No data exfiltration or external IP communication
✓ No hidden HTML comments or steganographic payloads
✓ No dependency files with unpinned versions or known vulnerabilities
✓ No reverse shell, C2, or privilege escalation patterns