Scan Report
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.
Safe to install
This skill is safe to use. No security concerns identified.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No executable code; only markdown documentation files present |
| Network | NONE | NONE | — | No network requests or web fetches in any file |
| Shell | NONE | NONE | — | No shell scripts or subprocess calls present |
| Environment | NONE | NONE | — | No environment variable access in any file |
| Skill Invoke | READ | READ | ✓ Aligned | SKILL.md: Referenced by other skills like 'Knowledge Connector', 'DecisionDeck',… |
| Clipboard | NONE | NONE | — | No clipboard access documented or implemented |
| Browser | NONE | NONE | — | No browser automation present |
| Database | NONE | NONE | — | No database access in any file |
File Tree
8 files · 21.3 KB · 690 lines 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
Security Positives
✓ 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