Scan Report
0 /100
nginx-hosting
Zero-auth static game hosting via the server's local nginx instance
纯文档型技能,声明清晰的 nginx 静态游戏托管功能,无代码执行,无恶意行为迹象
Safe to install
可直接使用,SKILL.md 为操作指南而非可执行代码
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | WRITE | WRITE | ✓ Aligned | SKILL.md:42 mkdir -p /data/games/{game-name}; cp -r |
| Shell | WRITE | WRITE | ✓ Aligned | SKILL.md:46 /usr/sbin/nginx -s reload |
| Network | READ | READ | ✓ Aligned | SKILL.md:50 curl -sk https://... 用于验证部署 |
1 findings
Medium External URL 外部 URL
https://roger-us02.clawln.net/games/ SKILL.md:14 File Tree
1 files · 1.7 KB · 77 lines Markdown 1f · 77L
└─
SKILL.md
Markdown
Security Positives
✓ 纯文档型技能,无代码执行风险
✓ 功能边界清晰,约束条件明确
✓ 无凭证收割、数据外泄或隐蔽操作
✓ URL 为服务正常端点,非可疑外部通信