Unsafe Checker
This "Unsafe Checker" by goooice identifies potentially harmful or dangerous content within generated responses, promoting safer AI interactions.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add goooice-unsafe-checker npx -- -y @trustedskills/goooice-unsafe-checker
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"goooice-unsafe-checker": {
"command": "npx",
"args": [
"-y",
"@trustedskills/goooice-unsafe-checker"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The goooice-unsafe-checker skill analyzes Rust code to identify potential issues related to unsafe blocks. It helps developers understand where unsafe code is used and flags possible areas of concern for memory safety or undefined behavior. This promotes safer and more reliable Rust programs by encouraging careful consideration of unsafe operations.
When to use it
- Code Review: Use this skill when reviewing Rust code, especially in projects with complex or critical functionality.
- Learning Rust: New Rust developers can leverage the checker to understand best practices for using
unsafeblocks. - Refactoring: When refactoring existing code that uses
unsafe, use this skill to ensure no new issues are introduced. - Security Audits: Integrate it into security audits of Rust-based applications.
Key capabilities
- Identifies
unsafeblocks in Rust code. - Flags potential memory safety concerns within
unsaferegions. - Provides insights into the usage of
unsafeoperations.
Example prompts
- "Analyze this Rust code for unsafe block usage: [paste code here]"
- "What are the potential risks associated with this unsafe block? [paste code here]"
- "Can you identify any memory safety issues in this function? [paste code here]"
Tips & gotchas
The skill is written in Rust, so it's most effective when analyzing Rust source code. While it highlights potential concerns, the checker’s output should be reviewed by experienced Rust developers to fully assess and mitigate risks.
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.