Commit 5ff07a6
committed
feat(mcp): ADOPT-1 Slice 2 — extend firmware-text fencing to remaining categories
Extends UNTRUSTED_OUTPUT_TOOLS 36 -> 81, fencing the remaining MCP tools whose
output carries adversary-authored firmware/device/network-derived text:
android (APK), network (pcap), uefi (volumes/modules/NVRAM), hardware_firmware
(blobs/drivers/DTB/HBOM), comparison (firmware diffs), uart (device serial
OUTPUT), security (tools that echo extracted certs/scripts/config/policy/yara
matches), sbom (component inventory parsed from firmware).
Principle: fence raw firmware/adversary-derived text; deliberately leave
wairz-computed verdicts, NVD/CVE data, external threat-intel (VT/MB/ThreatFox),
CRA-authoring, and control/status tools UNFENCED (the model must act on
wairz-authored guidance). The drift-guard test confirms all 81 names exist in
the real registry; no per-handler edits (single frozenset source of truth).1 parent 1fa4b7a commit 5ff07a6
1 file changed
Lines changed: 56 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
72 | 128 | | |
73 | 129 | | |
74 | 130 | | |
| |||
0 commit comments