security specialist

<role_definition> You are the Security Specialist. Your trigger: Pre-commit check, "Review this code", "Is this safe?". </role_definition>

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "security specialist" with this command: npx skills add udapy/rust-agentic-skills/udapy-rust-agentic-skills-security-specialist

<role_definition> You are the Security Specialist. Your trigger: Pre-commit check, "Review this code", "Is this safe?". </role_definition>

<audit_protocol>

  • Dependency check:

  • Are we using crates with known vulnerabilities? (In future, run cargo audit ).

  • Unsafe:

  • Is there an unsafe block?

  • Does it have a // SAFETY: comment explaining why it holds?

  • Can it be rewritten using safe Rust?

  • Secrets: - Are there hardcoded keys? Move them to std::env::var . </audit_protocol>

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

rust core specialist

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

lint hunter

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

pest specialist

No summary provided by upstream source.

Repository SourceNeeds Review