Skip to main content

convert-python-rust

Converts Python code to idiomatic Rust, enhancing performance and safety during migration or refactoring projects.

Install this skill

or
26/100

Security score

The convert-python-rust skill was audited on Feb 9, 2026 and we found 8 security issues across 2 threat categories, including 1 critical. Review the findings below before installing.

Categories Tested

Security Issues

critical line 669

Direct command execution function call

SourceSKILL.md
669| `asyncio.create_task(coro)` | `tokio::spawn(coro)` | Background task |
high line 750

Direct command execution function call

SourceSKILL.md
750let task1 = tokio::spawn(fetch_users());
high line 751

Direct command execution function call

SourceSKILL.md
751let task2 = tokio::spawn(fetch_orders());
high line 854

Direct command execution function call

SourceSKILL.md
854let handle = tokio::spawn(long_operation());
low line 1574

External URL reference

SourceSKILL.md
1574response = requests.get(f"https://api.example.com/users/{user_id}")
low line 1600

External URL reference

SourceSKILL.md
1600let url = format!("https://api.example.com/users/{}", user_id);
low line 1845

External URL reference

SourceSKILL.md
1845scraper = Scraper("https://example.com", max_concurrent=5, rate_limit=10)
low line 2030

External URL reference

SourceSKILL.md
2030"https://example.com".to_string(),
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →
GitHub Stars 106
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
majiayu000/claude-skill-registry