Skip to main content

lang-rust-dev

Covers foundational Rust patterns, syntax, traits, and idioms for effective Rust development.

Install this skill

or
18/100

Security score

The lang-rust-dev skill was audited on Feb 12, 2026 and we found 12 security issues across 2 threat categories, including 5 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 829

Direct command execution function call

SourceSKILL.md
829let handle = thread::spawn(|| {
high line 837

Direct command execution function call

SourceSKILL.md
837let handle = thread::spawn(move || {
high line 852

Direct command execution function call

SourceSKILL.md
852thread::spawn(move || {
high line 856

Direct command execution function call

SourceSKILL.md
856thread::spawn(move || {
high line 879

Direct command execution function call

SourceSKILL.md
879let handle = thread::spawn(move || {
low line 581

External URL reference

SourceSKILL.md
581let request = RequestBuilder::new("https://api.example.com")
low line 906

External URL reference

SourceSKILL.md
906let data = fetch_data("https://api.example.com").await.unwrap();
low line 919

External URL reference

SourceSKILL.md
919fetch_data("https://api.example.com/a"),
low line 920

External URL reference

SourceSKILL.md
920fetch_data("https://api.example.com/b"),
low line 1690

External URL reference

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

External URL reference

SourceSKILL.md
1691- [Rust by Example](https://doc.rust-lang.org/rust-by-example/)
low line 1692

External URL reference

SourceSKILL.md
1692- [Rust Reference](https://doc.rust-lang.org/reference/)
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →
GitHub Stars 106
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
majiayu000/claude-skill-registry