pkg-update — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited pkg-update (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.
When updating a package to a new upstream version:
bash scripts/sync-package.sh <pkgname> <version>This performs the hybrid merge with upstream, applies update.sh, and updates hashes.
namcap PKGBUILDFix any issues before proceeding.
makepkg --printsrcinfo > .SRCINFO pkgctl buildThis verifies the package compiles and passes check() in an isolated environment.
pkgctl diff --listVerify the primary binary, license file, and directory structure are intact. A payload size deviation of >10% or disappearance of /usr/bin/ targets must be investigated.
nvtake <pkgname>Refer to the Debian nvtake manual for flags. Do not hallucinate options.
PKGBUILD and .SRCINFO together in a single commit. Use the format <pkgname>: update to <version>.pkgctl build may require a pre-configured chroot. If missing, set up with mkarchroot.updpkgsums fails due to a re-rolled upstream tarball, verify the file content before accepting new hashes.sync-package.sh merge produces conflicts, manual intervention is required. Hybrid merge conflict recovery is not yet automated (see docs/TODO.md).~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.