Unsafe Checker
This "Unsafe Checker" analyzes text for potentially harmful or risky content, safeguarding users and applications from inappropriate outputs.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add thurbeen-unsafe-checker npx -- -y @trustedskills/thurbeen-unsafe-checker
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"thurbeen-unsafe-checker": {
"command": "npx",
"args": [
"-y",
"@trustedskills/thurbeen-unsafe-checker"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The thurbeen-unsafe-checker skill analyzes Rust code to identify and highlight uses of the unsafe keyword. It helps developers understand where they are bypassing Rust's safety guarantees, enabling more informed decisions about potential risks. This skill provides a detailed report on each instance of unsafe blocks or functions within a given codebase.
When to use it
- Code Reviews: Use this skill during code reviews to quickly identify and assess the usage of
unsafeRust code. - Security Audits: Integrate it into security audits to pinpoint areas where safety invariants might be compromised.
- Learning Rust: New Rust developers can leverage this tool to understand how and why
unsafeis used in existing projects. - Refactoring: When refactoring code, use the skill to track down all instances of
unsafeblocks for potential conversion to safe alternatives.
Key capabilities
- Identifies all uses of the
unsafekeyword. - Provides detailed reports on each instance found.
- Highlights specific lines of code containing
unsafeblocks or functions. - Supports analysis of Rust source files.
Example prompts
- "Analyze this Rust file for
unsafeusage: [file path]" - "Show me all instances of the
unsafekeyword in this project." - "Find any
unsafecode related to memory management in this repository."
Tips & gotchas
- The skill requires access to the Rust source code being analyzed.
- While it identifies
unsafeblocks, it doesn't automatically determine if they are correctly implemented; manual review is still crucial.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.