rust-async-patterns
Teaches async programming in Rust using Tokio, focusing on error handling and concurrent patterns for efficient application development.
Install this skill
or
0/100
Security score
The rust-async-patterns skill was audited on Jun 2, 2026 and we found 11 security issues across 2 threat categories, including 8 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
high line 88
Direct command execution function call
SourceSKILL.md
| 88 | set.spawn(async move { |
high line 138
Direct command execution function call
SourceSKILL.md
| 138 | tokio::spawn(async move { |
high line 166
Direct command execution function call
SourceSKILL.md
| 166 | tokio::spawn(async move { |
high line 177
Direct command execution function call
SourceSKILL.md
| 177 | tokio::spawn(async move { |
high line 258
Direct command execution function call
SourceSKILL.md
| 258 | tokio::spawn(async move { |
high line 288
Direct command execution function call
SourceSKILL.md
| 288 | tokio::spawn(async move { |
high line 465
Direct command execution function call
SourceSKILL.md
| 465 | tokio::spawn(async move { |
high line 492
Direct command execution function call
SourceSKILL.md
| 492 | tokio::spawn(async move { |
low line 62
External URL reference
SourceSKILL.md
| 62 | let result = fetch_data("https://api.example.com").await?; |
low line 515
External URL reference
SourceSKILL.md
| 515 | - [Tokio Tutorial](https://tokio.rs/tokio/tutorial) |
low line 516
External URL reference
SourceSKILL.md
| 516 | - [Async Book](https://rust-lang.github.io/async-book/) |
Scanned on Jun 2, 2026
View Security Dashboard