|
| 1 | +;; SPDX-License-Identifier: MPL-2.0 |
| 2 | +;; Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk> |
| 3 | +;; |
| 4 | +;; Assail Classifications — panll |
| 5 | +;; See panic-attack/.claude/CLAUDE.md § "User-Classification Registry". |
| 6 | + |
| 7 | +(assail-classifications |
| 8 | + (metadata |
| 9 | + (version "1.0.0") |
| 10 | + (project "panll") |
| 11 | + (last-updated "2026-05-26") |
| 12 | + (entries 6) |
| 13 | + (status "active")) |
| 14 | + |
| 15 | + (classification |
| 16 | + (file "ffi/zig/src/coprocessor.zig") |
| 17 | + (category "UnsafeCode") |
| 18 | + (classification "legitimate-ffi") |
| 19 | + (audit "audits/audit-ffi-2026-05-26.md") |
| 20 | + (rationale "panll is a panel-clades language with a Tauri-style desktop wrapper. ffi/zig/src is the Zig FFI bridge to the Idris2 core; src-gossamer/src is the (frozen, see ADR-0001) Rust desktop shell using OS-FFI for system_tray destroy, sysinfo workspace probing, and coprocessor/llm_coding command pipes. All unsafe at the C-ABI / OS-FFI boundary.")) |
| 21 | + (classification |
| 22 | + (file "src-gossamer/src/coprocessor/commands.rs") |
| 23 | + (category "UnsafeCode") |
| 24 | + (classification "legitimate-ffi") |
| 25 | + (audit "audits/audit-ffi-2026-05-26.md") |
| 26 | + (rationale "panll is a panel-clades language with a Tauri-style desktop wrapper. ffi/zig/src is the Zig FFI bridge to the Idris2 core; src-gossamer/src is the (frozen, see ADR-0001) Rust desktop shell using OS-FFI for system_tray destroy, sysinfo workspace probing, and coprocessor/llm_coding command pipes. All unsafe at the C-ABI / OS-FFI boundary.")) |
| 27 | + (classification |
| 28 | + (file "src-gossamer/src/coprocessor/commands.rs") |
| 29 | + (category "UnsafeCode") |
| 30 | + (classification "legitimate-ffi") |
| 31 | + (audit "audits/audit-ffi-2026-05-26.md") |
| 32 | + (rationale "panll is a panel-clades language with a Tauri-style desktop wrapper. ffi/zig/src is the Zig FFI bridge to the Idris2 core; src-gossamer/src is the (frozen, see ADR-0001) Rust desktop shell using OS-FFI for system_tray destroy, sysinfo workspace probing, and coprocessor/llm_coding command pipes. All unsafe at the C-ABI / OS-FFI boundary.")) |
| 33 | + (classification |
| 34 | + (file "src-gossamer/src/system_tray/mod.rs") |
| 35 | + (category "UnsafeCode") |
| 36 | + (classification "legitimate-ffi") |
| 37 | + (audit "audits/audit-ffi-2026-05-26.md") |
| 38 | + (rationale "panll is a panel-clades language with a Tauri-style desktop wrapper. ffi/zig/src is the Zig FFI bridge to the Idris2 core; src-gossamer/src is the (frozen, see ADR-0001) Rust desktop shell using OS-FFI for system_tray destroy, sysinfo workspace probing, and coprocessor/llm_coding command pipes. All unsafe at the C-ABI / OS-FFI boundary.")) |
| 39 | + (classification |
| 40 | + (file "src-gossamer/src/workspace/sysinfo.rs") |
| 41 | + (category "UnsafeCode") |
| 42 | + (classification "legitimate-ffi") |
| 43 | + (audit "audits/audit-ffi-2026-05-26.md") |
| 44 | + (rationale "panll is a panel-clades language with a Tauri-style desktop wrapper. ffi/zig/src is the Zig FFI bridge to the Idris2 core; src-gossamer/src is the (frozen, see ADR-0001) Rust desktop shell using OS-FFI for system_tray destroy, sysinfo workspace probing, and coprocessor/llm_coding command pipes. All unsafe at the C-ABI / OS-FFI boundary.")) |
| 45 | + (classification |
| 46 | + (file "src-gossamer/src/llm_coding/commands.rs") |
| 47 | + (category "UnsafeCode") |
| 48 | + (classification "legitimate-ffi") |
| 49 | + (audit "audits/audit-ffi-2026-05-26.md") |
| 50 | + (rationale "panll is a panel-clades language with a Tauri-style desktop wrapper. ffi/zig/src is the Zig FFI bridge to the Idris2 core; src-gossamer/src is the (frozen, see ADR-0001) Rust desktop shell using OS-FFI for system_tray destroy, sysinfo workspace probing, and coprocessor/llm_coding command pipes. All unsafe at the C-ABI / OS-FFI boundary.")) |
| 51 | +) |
0 commit comments