rust-ffi
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- SAFE (SAFE): No security issues were identified in this skill. All analyzed files contain standard technical documentation and code templates for Rust FFI development.\n- Pattern Analysis (SAFE): The code snippets demonstrate best practices for safe FFI, such as using
catch_unwindto prevent Rust panics from crossing the ABI boundary and usingCString/CStrfor safe string handling.\n- Command Review (SAFE): Referenced shell commands likebindgen,cbindgen, andvalgrindare standard development tools and are used as illustrative examples for safety verification and binding generation.\n- Data Privacy (SAFE): No hardcoded credentials, sensitive file paths, or unauthorized network patterns were detected. The use oflibcandcurlbindings are common for library interoperability guides.
Audit Metadata