AUR Report Card / {{.R.Name}}
{{.R.Grade}} {{.R.Version}}{{with .R.Maintainer}} · maintained by {{.}}{{end}} · {{.R.Votes}} votes · view on AUR · badge
{{with .R.Description}}{{.}}
{{end}} {{if .R.Err}}This package could not be scanned:
{{else if not .R.Findings}}
{{.R.Err}}No findings. The PKGBUILD pins its sources, keeps the network out of the build, and has no opaque code paths that static analysis worries about.
{{else}}| Severity | Rule | Location | Finding |
|---|---|---|---|
| {{sev .Severity}} | {{.RuleID}} | {{.Path}}:{{.Line}} | {{.Message}} |