channel-capacity — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited channel-capacity (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Use this skill when working on channel-capacity problems in information theory.
scipy.stats.entropy(p) + scipy.stats.entropy(q) - joint_entropy| Channel | Capacity |
|---|---|
| Binary Symmetric (BSC) | 1 - H(p) where p = crossover prob |
| Binary Erasure (BEC) | 1 - epsilon where epsilon = erasure prob |
| AWGN | 0.5 * log2(1 + SNR) |
z3_solve.py prove "capacity_upper_bound"uv run python -c "from scipy.stats import entropy; p = [0.5, 0.5]; q = [0.6, 0.4]; H_X = entropy(p, base=2); H_Y = entropy(q, base=2); print('H(X)=', H_X, 'H(Y)=', H_Y)"uv run python -m runtime.harness scripts/sympy_compute.py simplify "1 + p*log(p, 2) + (1-p)*log(1-p, 2)"uv run python -m runtime.harness scripts/z3_solve.py prove "I(X;Y) <= H(X)"From indexed textbooks:
See .claude/skills/math-mode/SKILL.md for full tool documentation.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.