convert-erlang-elixir
Converts Erlang code to idiomatic Elixir, facilitating migration and refactoring for BEAM VM applications.
Install this skill
or
70/100
Security score
The convert-erlang-elixir skill was audited on Mar 4, 2026 and we found 2 security issues across 1 threat category, including 2 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
high line 327
Direct command execution function call
SourceSKILL.md
| 327 | Pid = spawn(fun() -> loop(0) end), |
high line 338
Direct command execution function call
SourceSKILL.md
| 338 | pid = spawn(fn -> loop(0) end) |
Scanned on Mar 4, 2026
View Security DashboardInstall this skill with one command
/learn @arustydev/convert-erlang-elixir