扫描报告
10 /100
coze-web-fetch
Fetch and extract content from URLs using coze-coding-dev-sdk. Supports web pages, PDF, Office documents, and various other formats.
A legitimate web fetching utility that uses the coze-coding-dev-sdk to extract content from URLs with no malicious behavior detected.
可以安装
This skill is safe to use. No security concerns identified. The npx/ts-node execution is declared in SKILL.md metadata.
安全发现 1 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | External SDK dependency without version pinning 供应链 | scripts/fetch.ts:1 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | READ | ✓ 一致 | Script reads no local files; uses stdin/stdout for I/O |
| 网络访问 | READ | READ | ✓ 一致 | SKILL.md declares web fetching; script uses FetchClient from coze-coding-dev-sdk |
| 命令执行 | WRITE | NONE | ✓ 一致 | npx ts-node is used via Bash but only for execution; no direct shell commands in… |
| 环境变量 | NONE | NONE | — | Config class instantiated without credentials |
1 项发现
中危 外部 URL 外部 URL
https://www.coze.com SKILL.md:4 目录结构
2 文件 · 9.0 KB · 351 行 TypeScript 1f · 219L
Markdown 1f · 132L
├─
▾
scripts
│ └─
fetch.ts
TypeScript
└─
SKILL.md
Markdown
依赖分析 1 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
coze-coding-dev-sdk | unspecified | npm | 否 | No package.json found; SDK version not pinned |
安全亮点
✓ No credential harvesting or environment variable access
✓ No shell command injection vectors detected
✓ No sensitive file access (~/.ssh, ~/.aws, .env)
✓ No base64 encoding or obfuscation techniques
✓ No data exfiltration or C2 communication
✓ No persistence mechanisms (cron, startup hooks)
✓ Documentation accurately reflects functionality
✓ Clean, straightforward URL fetching implementation