Skip to main content

lang-fsharp-dev

Covers foundational F# patterns for functional programming, type providers, and domain modeling in .NET applications.

Install this skill

or
89/100

Security score

The lang-fsharp-dev skill was audited on Feb 19, 2026 and we found 7 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 1285

Template literal with variable interpolation in command context

SourceSKILL.md
1285```fsharp
low line 962

External URL reference

SourceSKILL.md
962let data = fetchData "https://api.example.com" |> Async.RunSynchronously
low line 1896

External URL reference

SourceSKILL.md
1896let liveWeather = Weather.Load("https://api.weather.com/current")
low line 2091

External URL reference

SourceSKILL.md
2091source https://api.nuget.org/v3/index.json
low line 2223

External URL reference

SourceSKILL.md
2223dotnet nuget push bin/Release/MyAwesomeLibrary.1.0.0.nupkg --api-key YOUR_KEY --source https://api.nuget.org/v3/index.json
low line 2555

External URL reference

SourceSKILL.md
2555- [F# for Fun and Profit](https://fsharpforfunandprofit.com/)
low line 2557

External URL reference

SourceSKILL.md
2557- [Domain Modeling Made Functional](https://pragprog.com/titles/swdddf/domain-modeling-made-functional/)
Scanned on Feb 19, 2026
View Security Dashboard
Installation guide →