flatpak-manifest-generator — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited flatpak-manifest-generator (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.
Generate Flatpak manifests with proper permissions, sandboxing, and Flathub compatibility.
{
"type": "object",
"properties": {
"projectPath": { "type": "string" },
"appId": { "type": "string" },
"runtime": { "type": "string" },
"permissions": { "type": "array" }
},
"required": ["projectPath", "appId"]
}app-id: com.example.MyApp
runtime: org.freedesktop.Platform
runtime-version: '23.08'
sdk: org.freedesktop.Sdk
command: myapp
finish-args:
- --share=ipc
- --socket=x11
- --socket=wayland
- --device=dri
- --share=network
- --filesystem=home
modules:
- name: myapp
buildsystem: simple
build-commands:
- install -D myapp /app/bin/myapp
sources:
- type: archive
url: https://example.com/myapp-1.0.0.tar.gz
sha256: abc123...flatpak-builder build-dir com.example.MyApp.yaml
flatpak-builder --install --user build-dir com.example.MyApp.yamlsnap-yaml-generatorappimage-builder~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.