Skip to main content

convert-java-rust

Converts Java code to idiomatic Rust, facilitating migration and refactoring with specific type mappings and idiom translations.

Install this skill

or
51/100

Security score

The convert-java-rust skill was audited on Feb 19, 2026 and we found 7 security issues across 2 threat categories, including 3 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 878

Direct command execution function call

SourceSKILL.md
878let handle = thread::spawn(move || {
high line 935

Direct command execution function call

SourceSKILL.md
935.map(|url| tokio::spawn(async move { fetch_url(url).await }))
high line 1979

Direct command execution function call

SourceSKILL.md
1979tokio::spawn(async move {
low line 382

External URL reference

SourceSKILL.md
382.url("https://api.example.com")
low line 433

External URL reference

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

External URL reference

SourceSKILL.md
1800.uri(URI.create("https://api.example.com/data"))
low line 1819

External URL reference

SourceSKILL.md
1819let response = reqwest::get("https://api.example.com/data")
Scanned on Feb 19, 2026
View Security Dashboard
Installation guide →
GitHub Stars 106
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
majiayu000/claude-skill-registry