AI AGENT ADDONS

Unsafe Rust code needs careful attention. This checker helps you review unsafe blocks, raw pointers, and FFI calls. It lists common errors and how to fix them.

You get a quick reference for safe patterns. It shows when unsafe is valid and when it is not. The tool reminds you to always add SAFETY comments.

Anyone working with Rust and external C code will find this useful. It keeps your code sound and free from undefined behavior.

Add Unsafe Checker skill to your workflow

Global

mkdir -p ~/.claude/skills/unsafe-checker

Project

mkdir -p .claude/skills/unsafe-checker

Source Repository

Stars
1,264
Forks
104
Watchers
1,264
Last Push
1 month ago
Created
6 months ago