Skip to main content

rust-patterns

Provides production-ready Rust patterns for ownership, async programming, web services, and error handling, enhancing Rust development.

Install this skill

or
66/100

Security score

The rust-patterns skill was audited on Jun 1, 2026 and we found 6 security issues across 2 threat categories, including 2 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 54

Direct command execution function call

SourceSKILL.md
54tokio::spawn(async move { clone.lock().unwrap().push(1); });
high line 138

Direct command execution function call

SourceSKILL.md
138thread::spawn(move || { *c.lock().unwrap() += 1; });
low line 233

External URL reference

SourceSKILL.md
233- [The Rust Book](https://doc.rust-lang.org/book/)
low line 234

External URL reference

SourceSKILL.md
234- [Tokio Tutorial](https://tokio.rs/tokio/tutorial)
low line 236

External URL reference

SourceSKILL.md
236- [PyO3 Docs](https://pyo3.rs/)
low line 242

External URL reference

SourceSKILL.md
242*Published by [MidOS](https://midos.dev) — MCP Community Library*
Scanned on Jun 1, 2026
View Security Dashboard
Installation guide →