|
| 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 — ambientops |
| 5 | +;; See panic-attack/.claude/CLAUDE.md § "User-Classification Registry". |
| 6 | + |
| 7 | +(assail-classifications |
| 8 | + (metadata |
| 9 | + (version "1.0.0") |
| 10 | + (project "ambientops") |
| 11 | + (last-updated "2026-05-26") |
| 12 | + (entries 10) |
| 13 | + (status "active")) |
| 14 | + |
| 15 | + (classification |
| 16 | + (file "czech-file-knife/cfk-providers/src/local.rs") |
| 17 | + (category "UnsafeCode") |
| 18 | + (classification "legitimate-ffi") |
| 19 | + (audit "audits/audit-ffi-2026-05-26.md") |
| 20 | + (rationale "Cross-subproject syscall + FFI cluster. cfk-providers calls libc::statvfs; cfk-ios is the iOS FFI bridge; ffi/{fuse,systemd} are kernel/init FFI shims (Zig + Rust); port-endoscope uses libc::sysconf for clock ticks; session-sentinel/interface/ffi is the DBus Zig binding; nerdsafe-restart's Ada TUI uses Unchecked_Conversion against ncurses.")) |
| 21 | + (classification |
| 22 | + (file "czech-file-knife/cfk-providers/src/nfs.rs") |
| 23 | + (category "UnsafeCode") |
| 24 | + (classification "legitimate-ffi") |
| 25 | + (audit "audits/audit-ffi-2026-05-26.md") |
| 26 | + (rationale "Cross-subproject syscall + FFI cluster. cfk-providers calls libc::statvfs; cfk-ios is the iOS FFI bridge; ffi/{fuse,systemd} are kernel/init FFI shims (Zig + Rust); port-endoscope uses libc::sysconf for clock ticks; session-sentinel/interface/ffi is the DBus Zig binding; nerdsafe-restart's Ada TUI uses Unchecked_Conversion against ncurses.")) |
| 27 | + (classification |
| 28 | + (file "czech-file-knife/cfk-ios/src/ffi.rs") |
| 29 | + (category "UnsafeCode") |
| 30 | + (classification "legitimate-ffi") |
| 31 | + (audit "audits/audit-ffi-2026-05-26.md") |
| 32 | + (rationale "Cross-subproject syscall + FFI cluster. cfk-providers calls libc::statvfs; cfk-ios is the iOS FFI bridge; ffi/{fuse,systemd} are kernel/init FFI shims (Zig + Rust); port-endoscope uses libc::sysconf for clock ticks; session-sentinel/interface/ffi is the DBus Zig binding; nerdsafe-restart's Ada TUI uses Unchecked_Conversion against ncurses.")) |
| 33 | + (classification |
| 34 | + (file "ffi/systemd/src/main.zig") |
| 35 | + (category "UnsafeCode") |
| 36 | + (classification "legitimate-ffi") |
| 37 | + (audit "audits/audit-ffi-2026-05-26.md") |
| 38 | + (rationale "Cross-subproject syscall + FFI cluster. cfk-providers calls libc::statvfs; cfk-ios is the iOS FFI bridge; ffi/{fuse,systemd} are kernel/init FFI shims (Zig + Rust); port-endoscope uses libc::sysconf for clock ticks; session-sentinel/interface/ffi is the DBus Zig binding; nerdsafe-restart's Ada TUI uses Unchecked_Conversion against ncurses.")) |
| 39 | + (classification |
| 40 | + (file "ffi/systemd/shim/src/lib.rs") |
| 41 | + (category "UnsafeCode") |
| 42 | + (classification "legitimate-ffi") |
| 43 | + (audit "audits/audit-ffi-2026-05-26.md") |
| 44 | + (rationale "Cross-subproject syscall + FFI cluster. cfk-providers calls libc::statvfs; cfk-ios is the iOS FFI bridge; ffi/{fuse,systemd} are kernel/init FFI shims (Zig + Rust); port-endoscope uses libc::sysconf for clock ticks; session-sentinel/interface/ffi is the DBus Zig binding; nerdsafe-restart's Ada TUI uses Unchecked_Conversion against ncurses.")) |
| 45 | + (classification |
| 46 | + (file "ffi/fuse/src/c.zig") |
| 47 | + (category "UnsafeFFI") |
| 48 | + (classification "legitimate-ffi") |
| 49 | + (audit "audits/audit-ffi-2026-05-26.md") |
| 50 | + (rationale "Cross-subproject syscall + FFI cluster. cfk-providers calls libc::statvfs; cfk-ios is the iOS FFI bridge; ffi/{fuse,systemd} are kernel/init FFI shims (Zig + Rust); port-endoscope uses libc::sysconf for clock ticks; session-sentinel/interface/ffi is the DBus Zig binding; nerdsafe-restart's Ada TUI uses Unchecked_Conversion against ncurses.")) |
| 51 | + (classification |
| 52 | + (file "ffi/fuse/src/cloud/cloud_fs.zig") |
| 53 | + (category "UnsafeCode") |
| 54 | + (classification "legitimate-ffi") |
| 55 | + (audit "audits/audit-ffi-2026-05-26.md") |
| 56 | + (rationale "Cross-subproject syscall + FFI cluster. cfk-providers calls libc::statvfs; cfk-ios is the iOS FFI bridge; ffi/{fuse,systemd} are kernel/init FFI shims (Zig + Rust); port-endoscope uses libc::sysconf for clock ticks; session-sentinel/interface/ffi is the DBus Zig binding; nerdsafe-restart's Ada TUI uses Unchecked_Conversion against ncurses.")) |
| 57 | + (classification |
| 58 | + (file "port-endoscope/src/process.rs") |
| 59 | + (category "UnsafeCode") |
| 60 | + (classification "legitimate-ffi") |
| 61 | + (audit "audits/audit-ffi-2026-05-26.md") |
| 62 | + (rationale "Cross-subproject syscall + FFI cluster. cfk-providers calls libc::statvfs; cfk-ios is the iOS FFI bridge; ffi/{fuse,systemd} are kernel/init FFI shims (Zig + Rust); port-endoscope uses libc::sysconf for clock ticks; session-sentinel/interface/ffi is the DBus Zig binding; nerdsafe-restart's Ada TUI uses Unchecked_Conversion against ncurses.")) |
| 63 | + (classification |
| 64 | + (file "session-sentinel/src/interface/ffi/src/dbus.zig") |
| 65 | + (category "UnsafeCode") |
| 66 | + (classification "legitimate-ffi") |
| 67 | + (audit "audits/audit-ffi-2026-05-26.md") |
| 68 | + (rationale "Cross-subproject syscall + FFI cluster. cfk-providers calls libc::statvfs; cfk-ios is the iOS FFI bridge; ffi/{fuse,systemd} are kernel/init FFI shims (Zig + Rust); port-endoscope uses libc::sysconf for clock ticks; session-sentinel/interface/ffi is the DBus Zig binding; nerdsafe-restart's Ada TUI uses Unchecked_Conversion against ncurses.")) |
| 69 | + (classification |
| 70 | + (file "nerdsafe-restart/src/ada/nerdsafe_tui.adb") |
| 71 | + (category "UnsafeCode") |
| 72 | + (classification "legitimate-ffi") |
| 73 | + (audit "audits/audit-ffi-2026-05-26.md") |
| 74 | + (rationale "Cross-subproject syscall + FFI cluster. cfk-providers calls libc::statvfs; cfk-ios is the iOS FFI bridge; ffi/{fuse,systemd} are kernel/init FFI shims (Zig + Rust); port-endoscope uses libc::sysconf for clock ticks; session-sentinel/interface/ffi is the DBus Zig binding; nerdsafe-restart's Ada TUI uses Unchecked_Conversion against ncurses.")) |
| 75 | +) |
0 commit comments