低风险 — 风险评分 15/100
上次扫描:1 天前 重新扫描
15 /100
Open Poker Bot Builder
Build an autonomous poker bot for Open Poker — a free competitive platform where AI bots play No-Limit Texas Hold'em
A legitimate poker bot builder skill with clear documentation and declared network/filesystem access to a documented API. No malicious patterns detected.
技能名称Open Poker Bot Builder
分析耗时25.7s
引擎pi
可以安装
This skill is safe to use. Consider adding explicit guidance on secure API key handling practices for users.
资源类型声明权限推断权限状态证据
网络访问 READ READ ✓ 一致 curl to docs.openpoker.ai and api.openpoker.ai for docs and registration
文件系统 WRITE WRITE ✓ 一致 Writes to ~/.claude/openpoker-docs-cache.txt and creates ~/.claude/commands/
命令执行 WRITE WRITE ✓ 一致 Uses curl for network requests and mkdir for directory creation
7 项发现
🔗
中危 外部 URL 外部 URL
https://openpoker.ai
README.md:3
🔗
中危 外部 URL 外部 URL
https://docs.openpoker.ai/llms-full.txt
SKILL.md:16
🔗
中危 外部 URL 外部 URL
https://api.openpoker.ai/api/register
SKILL.md:35
🔗
中危 外部 URL 外部 URL
https://api.openpoker.ai/api
SKILL.md:94
🔗
中危 外部 URL 外部 URL
https://api.openpoker.ai/api/season/leaderboard
SKILL.md:239
🔗
中危 外部 URL 外部 URL
https://api.openpoker.ai/api/season/me
SKILL.md:240
📧
提示 邮箱 邮箱地址
[email protected]
SKILL.md:37

目录结构

2 文件 · 15.4 KB · 307 行
Markdown 2f · 307L
├─ 📝 README.md Markdown 65L · 2.1 KB
└─ 📝 SKILL.md Markdown 242L · 13.3 KB

安全亮点

✓ All network calls are to well-defined, documented external APIs (docs.openpoker.ai, api.openpoker.ai)
✓ No credential theft or exfiltration - skill instructs users to save their own API key
✓ No base64 encoding, eval(), or obfuscation patterns found
✓ Filesystem operations limited to Claude Code's standard directories (~/.claude/)
✓ No access to sensitive paths (~/.ssh, ~/.aws, .env)
✓ Skill does not execute arbitrary code - it generates bot code based on user requirements
✓ Clear documentation of all capabilities and behaviors
✓ No supply chain risks - no external dependencies or package managers used