Commit 27f7b1f
## Summary
Triages all 8 panic-attack Track C findings from the 2026-05-26 estate
sweep. Creates \`audits/assail-classifications.a2ml\` (ephapax did not
yet have this audit registry — sister boj-server has had one since the
FFI sweep #154 / #155).
| File:line | Category | Classification | Why |
|---|---|---|---|
| flake.nix | SupplyChain | legitimate-template-scaffold | Dormant
placeholder flake (\`{project-description}\`, \`*REMINDER:*\`), no
workflow consumes it. Pinning before activation is premature —
activate-then-pin should be one PR. |
| ephapax-package/src/registry.rs:98 | UnboundedAllocation |
legitimate-user-config-file | Reads local registry index — user's own
\`.ephapax/registry/index.json\` |
| ephapax-package/src/registry.rs:261 | UnboundedAllocation |
legitimate-local-hash-walk | Inside \`compute_directory_hash\`; reads
files this process just wrote to disk |
| ephapax-package/src/manifest.rs:130 | UnboundedAllocation |
legitimate-user-manifest | Reads user's own \`ephapax.toml\` |
| ephapax-repl/src/lib.rs:170 | UnboundedAllocation |
legitimate-repl-load-command | REPL \`:load <path>\` — interactive user
input |
| ephapax-cli/src/main.rs:245 (+ 257, 327) | UnboundedAllocation |
legitimate-cli-arg-path | CLI arg path read; standard CLI tool pattern |
| ephapax-cli/src/import_resolver.rs:125 (+ 195) | UnboundedAllocation |
legitimate-project-source | Import resolver reading project source files
|
| ephapax-tools/src/formatter.rs:311 (+ documenter.rs:211) |
UnboundedAllocation | legitimate-cli-source-input | \`ephapax fmt\` /
\`ephapax doc\` reading user-supplied paths |
## Sister-issue parallelism
Same template + vocabulary as boj-server#155 (merged 2026-06-01 11:31Z)
so cross-repo audit summaries read fluently. Same trust-boundary
reasoning ports cleanly:
- \`legitimate-user-config-file\` (registry.rs:98) ≈
\`legitimate-user-config-file\` (tray/src/server.rs:130 in
boj-server#155)
- The flake.nix branch in both — but boj-server's flake.lock IS present
(\`legitimate-flake-lock-pinned\`) while ephapax's flake.nix is
template-scaffold (\`legitimate-template-scaffold\`).
## Test plan
- [x] String-aware paren balance check on the new a2ml file (62 = 62)
- [ ] CI parses the new file (whatever a2ml-validation workflow ephapax
runs)
- [x] Spot-check each cited line in the live source
Closes #138
Refs hyperpolymath/panic-attack#32, hyperpolymath/boj-server#155
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent c9a893a commit 27f7b1f
1 file changed
Lines changed: 85 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
0 commit comments