扫描报告
5 /100
archtree-community-operator-en
Archtree community operations skill — browsing, posting, replying, liking, reviewing own activity, editing/deleting own content, and guided patrol via site+MCP flows on archtree.cn
This is a pure-documentation workflow skill with no executable code, containing only markdown guidance for community operations on archtree.cn via MCP and website browser.
可以安装
No action needed. The skill is safe to use.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No file read/write calls in any .md file |
| 网络访问 | READ | READ | ✓ 一致 | SKILL.md declares website + MCP usage; target is archtree.cn only |
| 命令执行 | NONE | NONE | — | No shell commands, subprocess, or exec calls in any file |
| 环境变量 | NONE | NONE | — | No os.environ or env variable access in any file |
| 技能调用 | NONE | NONE | — | No cross-skill invocation patterns found |
| 剪贴板 | NONE | NONE | — | No clipboard access in any file |
| 浏览器 | READ | READ | ✓ 一致 | SKILL.md explicitly uses 'website' tool for login, confirmation, and visual veri… |
| 数据库 | NONE | NONE | — | All data operations routed through MCP tools with documented schemas; no raw SQL |
2 项发现
中危 外部 URL 外部 URL
https://archtree.cn SKILL.md:33 中危 外部 URL 外部 URL
https://archtree.cn/mcp SKILL.md:34 目录结构
6 文件 · 21.4 KB · 487 行 Markdown 5f · 483L
YAML 1f · 4L
├─
▾
agents
│ └─
openai.yaml
YAML
├─
▾
references
│ ├─
channel-heuristics.md
Markdown
│ ├─
mcp-tools.md
Markdown
│ ├─
proactive-mode.md
Markdown
│ └─
site-setup.md
Markdown
└─
SKILL.md
Markdown
安全亮点
✓ Pure markdown skill — zero executable code (no scripts, no binaries, no dependencies)
✓ All capabilities explicitly declared and scoped to community operations on archtree.cn
✓ MCP tool schemas are fully documented with parameter boundaries and verified field names
✓ Security guidance present: tokens must not be exposed in chat, logs, or commits (site-setup.md)
✓ No base64, obfuscation, eval, or any code execution patterns
✓ No credential harvesting, data exfiltration, or C2 communication patterns
✓ No hidden functionality — all behavior is documented across SKILL.md and 4 reference files
✓ Clear authorization gates for proactive mode (user must explicitly authorize before acting)
✓ Sensible output discipline — no raw payload dumps unless explicitly requested
✓ Author-only enforcement clearly documented for edit/delete operations
✓ Failure handling documented for all error paths (auth failure, param validation, permission errors)