Scan Report
5 /100
dexscreener-openapi-skill
Operate DexScreener public market data APIs through UXC with a curated OpenAPI schema, no-auth setup, and read-first guardrails.
DexScreener 公开市场数据 API 技能,仅包含声明的只读 GET 操作,无恶意行为迹象
Safe to install
该技能可安全使用,建议批准部署
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | SKILL.md:1 - 文档未声明文件操作 |
| Network | READ | READ | ✓ Aligned | SKILL.md:15 - 明确声明仅读取 api.dexscreener.com |
| Shell | NONE | NONE | — | validate.sh:6 - 仅执行 jq/rg 验证命令,无持久化 shell 操作 |
| Environment | NONE | NONE | — | 无代码访问 os.environ |
| Skill Invoke | NONE | NONE | — | SKILL.md:5 - 仅复用 uxc 工具 |
| Clipboard | NONE | NONE | — | 无剪贴板访问代码 |
| Browser | NONE | NONE | — | 无浏览器自动化代码 |
| Database | NONE | NONE | — | 无数据库访问 |
2 findings
Medium External URL 外部 URL
https://api.dexscreener.com SKILL.md:15 Medium External URL 外部 URL
https://docs.dexscreener.com/api/reference SKILL.md:87 File Tree
5 files · 15.9 KB · 534 lines JSON 1f · 354L
Markdown 2f · 128L
Shell 1f · 48L
YAML 1f · 4L
├─
▾
agents
│ └─
openai.yaml
YAML
├─
▾
references
│ ├─
dexscreener-public.openapi.json
JSON
│ └─
usage-patterns.md
Markdown
├─
▾
scripts
│ └─
validate.sh
Shell
└─
SKILL.md
Markdown
Dependencies 2 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
uxc | N/A | external CLI | No | 通过 uxc link 动态安装,SKILL.md 已声明 |
jq | N/A | system | No | 仅 validate.sh 用于 JSON 验证 |
Security Positives
✓ SKILL.md 清晰声明 read-first/read-only 范围,明确排除写操作、交易和钱包操作
✓ OpenAPI schema 仅包含 6 个 GET 端点,无任何写入方法
✓ 显式声明无需认证(public API),无凭证处理代码
✓ Guardrails 部分明确禁止 --text 输出格式、order entry、swaps、wallet 操作
✓ validate.sh 仅做静态验证(jq/rg),无网络请求或代码执行
✓ 所有 API 调用都是公开市场数据查询,无敏感信息交互
✓ 代码无混淆、无 base64 编码、无动态代码生成
✓ 无环境变量遍历、无凭证收割模式