rust-ffi
Pass
Audited by Gen Agent Trust Hub on Jul 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides instructional content and code examples for Rust FFI (Foreign Function Interface) interop.
- [COMMAND_EXECUTION]: Includes standard development commands for generating bindings (bindgen, cbindgen) and verifying code safety (cargo miri, valgrind, nm). These are common utilities in a Rust development environment and are used here for their intended purposes.
- [SAFE]: Instructions emphasize memory safety, null-pointer validation, and creating safe wrappers around unsafe FFI calls, adhering to Rust's established safety principles.
Audit Metadata