Unsafe Checker

🌐Community
by thurbeen · vlatest · Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add thurbeen-unsafe-checker npx -- -y @trustedskills/thurbeen-unsafe-checker
2

Or manually add to ~/.claude/settings.json

~/.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 unsafe Rust 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 unsafe is used in existing projects.
  • Refactoring: When refactoring code, use the skill to track down all instances of unsafe blocks for potential conversion to safe alternatives.

Key capabilities

  • Identifies all uses of the unsafe keyword.
  • Provides detailed reports on each instance found.
  • Highlights specific lines of code containing unsafe blocks or functions.
  • Supports analysis of Rust source files.

Example prompts

  • "Analyze this Rust file for unsafe usage: [file path]"
  • "Show me all instances of the unsafe keyword in this project."
  • "Find any unsafe code related to memory management in this repository."

Tips & gotchas

  • The skill requires access to the Rust source code being analyzed.
  • While it identifies unsafe blocks, 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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
thurbeen
Installs
3

🌐 Community

Passed automated security scans.