扫描报告
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.
可以安装
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.
安全发现 1 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Referenced CLI script does not exist | SKILL.md:53 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No filesystem access in any file |
| 网络访问 | READ | READ | ✓ 一致 | All network calls are GET requests to panewslab.com for news content |
| 命令执行 | WRITE | NONE | ✓ 一致 | SKILL.md references 'node cli.mjs' but scripts/cli.mjs does not exist — shell ac… |
| 环境变量 | NONE | NONE | — | No environment variable access in any file |
| 技能调用 | NONE | NONE | — | No skill invocation in any file |
| 剪贴板 | NONE | NONE | — | No clipboard access in any file |
| 浏览器 | NONE | NONE | — | No browser access in any file |
| 数据库 | NONE | NONE | — | No database access in any file |
4 项发现
中危 外部 URL 外部 URL
https://www.panewslab.com/ references/workflow-read-article.md:7 中危 外部 URL 外部 URL
https://www.panewslab.com/zh/abc123def references/workflow-read-article.md:10 中危 外部 URL 外部 URL
https://panewslab.com/en/abc123def references/workflow-read-article.md:11 中危 外部 URL 外部 URL
https://www.panewslab.com/abc123def references/workflow-read-article.md:12 目录结构
14 文件 · 19.0 KB · 531 行 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
安全亮点
✓ 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