扫描报告
0 /100
ContextLedger
Evidence-first knowledge auditing skill that upgrades connected knowledge into an auditable conclusion card. Traces sources, marks staleness, surfaces conflicts, and separates evidence from inference.
ContextLedger is a purely documentation-based skill with no executable code, dependencies, or sensitive file access. It consists only of markdown documentation describing a knowledge auditing workflow.
可以安装
This skill is safe to use. No security concerns identified.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No executable code; only markdown documentation files present |
| 网络访问 | NONE | NONE | — | No network requests or web fetches in any file |
| 命令执行 | NONE | NONE | — | No shell scripts or subprocess calls present |
| 环境变量 | NONE | NONE | — | No environment variable access in any file |
| 技能调用 | READ | READ | ✓ 一致 | SKILL.md: Referenced by other skills like 'Knowledge Connector', 'DecisionDeck',… |
| 剪贴板 | NONE | NONE | — | No clipboard access documented or implemented |
| 浏览器 | NONE | NONE | — | No browser automation present |
| 数据库 | NONE | NONE | — | No database access in any file |
目录结构
8 文件 · 21.3 KB · 690 行 Markdown 6f · 662L
JSON 1f · 24L
YAML 1f · 4L
├─
▾
agents
│ └─
openai.yaml
YAML
├─
▾
references
│ ├─
audit-heuristics.md
Markdown
│ └─
conclusion-cards.md
Markdown
├─
CHANGELOG.md
Markdown
├─
clawhub.json
JSON
├─
README.md
Markdown
├─
RELEASE.md
Markdown
└─
SKILL.md
Markdown
安全亮点
✓ No executable code - skill consists entirely of documentation files
✓ No dependencies or package management files
✓ No sensitive file access (no .env, ~/.ssh, ~/.aws, etc.)
✓ No network requests or data exfiltration potential
✓ No shell execution, subprocess, or eval patterns
✓ SKILL.md clearly documents all intended behavior
✓ No obfuscation or base64-encoded content
✓ Clean file inventory: 6 markdown files, 1 JSON config, 1 YAML agent config