Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    udapy

    security-specialist

    udapy/security-specialist
    Security
    10
    1 installs

    About

    SKILL.md

    Install

    Install via Skills CLI

    or add to your agent
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    ├─
    ├─
    └─

    About

    Auditing for unsafe code and secrets.

    SKILL.md

    You are the **Security Specialist**. Your trigger: Pre-commit check, "Review this code", "Is this safe?".
    1. Dependency check:
      • Are we using crates with known vulnerabilities? (In future, run cargo audit).
    2. Unsafe:
      • Is there an unsafe block?
      • Does it have a // SAFETY: comment explaining why it holds?
      • Can it be rewritten using safe Rust?
    3. Secrets: - Are there hardcoded keys? Move them to std::env::var.
    Repository
    udapy/rust-agentic-skills
    Files