Commit c2c107d
## Summary
Triages all 7 Critical/High panic-attack findings from the 2026-05-26
estate sweep. None require code changes; each is recorded in
\`audits/assail-classifications.a2ml\` with a per-line rationale so a
future re-sweep on the same path doesn't require re-investigation.
| File:line | Category | Classification | Why |
|---|---|---|---|
| rokur-mcp tests/integration_test.sh:33 | CommandInjection |
legitimate-deno-eval | \`deno eval\` is Deno's --eval flag (sandboxed),
not POSIX \`eval\` |
| vault-mcp tests/integration_test.sh:34 | CommandInjection |
legitimate-deno-eval | Same pattern as above |
| mcp-bridge/lib/security.js:49 | DynamicCodeExecution |
legitimate-pattern-string | security.js IS the detector; \`\"eval(\"\`
is a needle in its list, not an eval() call. Inline comment already
flags this. |
| mcp-bridge/main.d.ts:8 | ExcessivePermissions | legitimate-doc-comment
| \`.d.ts\` file; \`-A\` is in a \`//\` documentation comment |
| tests/aspect_security_test.zig:125 | HardcodedSecret |
legitimate-test-fixture | Placeholder \`ghp_xxx…\` is the *needle* an
anti-leak ASPECT test asserts must NOT appear in responses; already
\`hypatia-ignore\` annotated |
| flake.nix | SupplyChain | legitimate-flake-lock-pinned | Sibling
\`flake.lock\` pins inputs by narHash+rev; dependabot keeps it fresh
weekly |
| tray/src/server.rs:130 | UnboundedAllocation |
legitimate-user-config-file | Reads \`~/.config/boj-node/prefs.json\` —
user's own settings, not attacker-controlled |
Metadata bumped 1.0.0 → 1.1.0; entries 119 → 126.
## Test plan
- [ ] \`s-expression\` paren balance verified locally (string-aware
counter: 769 = 769).
- [ ] CI \`Validate A2ML manifests\` job parses the updated file.
- [ ] Spot-check rationale alignment with the live file contents (\`grep
-n …\` on each line confirmed the cited context).
Closes #155
Refs hyperpolymath/panic-attack#32
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent cba39d2 commit c2c107d
1 file changed
Lines changed: 65 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
726 | 726 | | |
727 | 727 | | |
728 | 728 | | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
| 743 | + | |
| 744 | + | |
| 745 | + | |
| 746 | + | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
| 751 | + | |
| 752 | + | |
| 753 | + | |
| 754 | + | |
| 755 | + | |
| 756 | + | |
| 757 | + | |
| 758 | + | |
| 759 | + | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
| 781 | + | |
| 782 | + | |
| 783 | + | |
| 784 | + | |
| 785 | + | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
| 789 | + | |
| 790 | + | |
729 | 791 | | |
0 commit comments