clippy::undocumented_unsafe_blocks, and clippy::multiple_unsafe_ops_per_block are very useful for avoiding UB and ensuring all unsafe calls meet their invariants.
clippy::pedantic also gives quite a few useful lints, particularly around ptr casts among other things, that would likely also benefit Pinocchio!