avalonia-ui-setup — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited avalonia-ui-setup (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Set up Avalonia UI project with cross-platform XAML for true cross-platform desktop development on Windows, macOS, and Linux with a single codebase.
{
"type": "object",
"properties": {
"projectPath": { "type": "string" },
"projectName": { "type": "string" },
"theme": { "enum": ["fluent", "simple", "custom"] },
"mvvmFramework": { "enum": ["reactiveui", "community-toolkit", "custom"] }
},
"required": ["projectPath", "projectName"]
}MyAvaloniaApp/
├── App.axaml
├── MainWindow.axaml
├── ViewModels/
├── Views/
├── Models/
└── Program.cs<Window xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="My Avalonia App">
<StackPanel>
<TextBlock Text="{Binding Greeting}"/>
<Button Command="{Binding ClickCommand}">Click Me</Button>
</StackPanel>
</Window>wpf-xaml-style-generatorcross-platform-test-matrix~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.