|
| 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 — valence-shell |
| 5 | +;; See panic-attack/.claude/CLAUDE.md § "User-Classification Registry". |
| 6 | + |
| 7 | +(assail-classifications |
| 8 | + (metadata |
| 9 | + (version "1.0.0") |
| 10 | + (project "valence-shell") |
| 11 | + (last-updated "2026-05-26") |
| 12 | + (entries 8) |
| 13 | + (status "active")) |
| 14 | + |
| 15 | + (classification |
| 16 | + (file "impl/rust-cli/src/process_sub.rs") |
| 17 | + (category "UnsafeCode") |
| 18 | + (classification "legitimate-ffi") |
| 19 | + (audit "audits/audit-ffi-2026-05-26.md") |
| 20 | + (rationale "valence-shell is a Unix shell. impl/rust-cli is the Rust shell front-end calling libc::{chown,getpwnam,getgrnam,getpgrp,kill,pipe,WIFSTOPPED} + File::from_raw_fd — required POSIX job-control + permission syscalls. impl/zig is the Zig daemon-client FFI; ffi/rust contains the Rust FFI shim to the Lean-verified core via lean_wrapper.zig.")) |
| 21 | + (classification |
| 22 | + (file "impl/rust-cli/src/external.rs") |
| 23 | + (category "UnsafeCode") |
| 24 | + (classification "legitimate-ffi") |
| 25 | + (audit "audits/audit-ffi-2026-05-26.md") |
| 26 | + (rationale "valence-shell is a Unix shell. impl/rust-cli is the Rust shell front-end calling libc::{chown,getpwnam,getgrnam,getpgrp,kill,pipe,WIFSTOPPED} + File::from_raw_fd — required POSIX job-control + permission syscalls. impl/zig is the Zig daemon-client FFI; ffi/rust contains the Rust FFI shim to the Lean-verified core via lean_wrapper.zig.")) |
| 27 | + (classification |
| 28 | + (file "impl/rust-cli/src/commands.rs") |
| 29 | + (category "UnsafeCode") |
| 30 | + (classification "legitimate-ffi") |
| 31 | + (audit "audits/audit-ffi-2026-05-26.md") |
| 32 | + (rationale "valence-shell is a Unix shell. impl/rust-cli is the Rust shell front-end calling libc::{chown,getpwnam,getgrnam,getpgrp,kill,pipe,WIFSTOPPED} + File::from_raw_fd — required POSIX job-control + permission syscalls. impl/zig is the Zig daemon-client FFI; ffi/rust contains the Rust FFI shim to the Lean-verified core via lean_wrapper.zig.")) |
| 33 | + (classification |
| 34 | + (file "impl/zig/src/daemon_client.zig") |
| 35 | + (category "UnsafeCode") |
| 36 | + (classification "legitimate-ffi") |
| 37 | + (audit "audits/audit-ffi-2026-05-26.md") |
| 38 | + (rationale "valence-shell is a Unix shell. impl/rust-cli is the Rust shell front-end calling libc::{chown,getpwnam,getgrnam,getpgrp,kill,pipe,WIFSTOPPED} + File::from_raw_fd — required POSIX job-control + permission syscalls. impl/zig is the Zig daemon-client FFI; ffi/rust contains the Rust FFI shim to the Lean-verified core via lean_wrapper.zig.")) |
| 39 | + (classification |
| 40 | + (file "impl/zig/src/lib.zig") |
| 41 | + (category "UnsafeCode") |
| 42 | + (classification "legitimate-ffi") |
| 43 | + (audit "audits/audit-ffi-2026-05-26.md") |
| 44 | + (rationale "valence-shell is a Unix shell. impl/rust-cli is the Rust shell front-end calling libc::{chown,getpwnam,getgrnam,getpgrp,kill,pipe,WIFSTOPPED} + File::from_raw_fd — required POSIX job-control + permission syscalls. impl/zig is the Zig daemon-client FFI; ffi/rust contains the Rust FFI shim to the Lean-verified core via lean_wrapper.zig.")) |
| 45 | + (classification |
| 46 | + (file "impl/zig/lean_wrapper.zig") |
| 47 | + (category "UnsafeCode") |
| 48 | + (classification "legitimate-ffi") |
| 49 | + (audit "audits/audit-ffi-2026-05-26.md") |
| 50 | + (rationale "valence-shell is a Unix shell. impl/rust-cli is the Rust shell front-end calling libc::{chown,getpwnam,getgrnam,getpgrp,kill,pipe,WIFSTOPPED} + File::from_raw_fd — required POSIX job-control + permission syscalls. impl/zig is the Zig daemon-client FFI; ffi/rust contains the Rust FFI shim to the Lean-verified core via lean_wrapper.zig.")) |
| 51 | + (classification |
| 52 | + (file "ffi/rust/src/operations.rs") |
| 53 | + (category "UnsafeCode") |
| 54 | + (classification "legitimate-ffi") |
| 55 | + (audit "audits/audit-ffi-2026-05-26.md") |
| 56 | + (rationale "valence-shell is a Unix shell. impl/rust-cli is the Rust shell front-end calling libc::{chown,getpwnam,getgrnam,getpgrp,kill,pipe,WIFSTOPPED} + File::from_raw_fd — required POSIX job-control + permission syscalls. impl/zig is the Zig daemon-client FFI; ffi/rust contains the Rust FFI shim to the Lean-verified core via lean_wrapper.zig.")) |
| 57 | + (classification |
| 58 | + (file "ffi/rust/src/audit.rs") |
| 59 | + (category "UnsafeCode") |
| 60 | + (classification "legitimate-ffi") |
| 61 | + (audit "audits/audit-ffi-2026-05-26.md") |
| 62 | + (rationale "valence-shell is a Unix shell. impl/rust-cli is the Rust shell front-end calling libc::{chown,getpwnam,getgrnam,getpgrp,kill,pipe,WIFSTOPPED} + File::from_raw_fd — required POSIX job-control + permission syscalls. impl/zig is the Zig daemon-client FFI; ffi/rust contains the Rust FFI shim to the Lean-verified core via lean_wrapper.zig.")) |
| 63 | +) |
0 commit comments