{{define "index.html"}} AUR Report Card {{template "head" .}}

AUR Report Card

Static security & hygiene grades for AUR PKGBUILDs, generated {{.Generated}} by pkglint.

{{.Total}}packages
{{.Findings}}findings
{{range $g := .Grades}}{{with index $.Counts $g}}
{{$g}} {{.}}graded {{$g}}
{{end}}{{end}}
Grades are a static hygiene score — they measure how reviewable and reproducible a PKGBUILD is (pinned sources, no network during build, no opaque code paths). They are not a malware verdict: a C is "room for improvement", not an accusation, and an A is not an endorsement.
{{range .Results}} {{end}}
GradePackageFindingsVotesDescription
{{.Grade}} {{.Name}} {{len .Findings}} {{.Votes}} {{.Description}}
{{template "footer" .}}
{{end}}