drift-diff-bin
CLEAN
maintainer aymanbagabas
0 votes
scanned 2026-08-21 00:01:35.148225
Triggered rules
Clean
AI review downgraded a static finding
llm_review
The static rules flagged this LOW, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it CLEAN (confidence 95%): The package downloads prebuilt binaries from the project's official GitHub releases with verified checksums; no obfuscated code or remote execution occurs.
1 higher static finding superseded - not the current verdict (shown for transparency)
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
PKGBUILD
1
# This file was generated by GoReleaser. DO NOT EDIT.
2
# Maintainer: Ayman Bagabas <ayman.bagabas@gmail.com>
3
4
pkgname='drift-diff-bin'
5
pkgver=0.0.8
6
pkgrel=1
7
pkgdesc='A standalone git diff pager for the terminal.'
8
url='https://github.com/aymanbagabas/drift'
9
arch=('aarch64' 'x86_64')
10
license=('MIT')
11
provides=('drift')
12
conflicts=('drift')
13
depends=('git')
14
15
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/aymanbagabas/drift/releases/download/v${pkgver}/drift_${pkgver}_linux_arm64.tar.gz")
16
sha256sums_aarch64=('88a11534c0b7ec90bbcbce3b2ed2b31b0e0f3031b08b499b9f48afe408be61a8')
17
18
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/aymanbagabas/drift/releases/download/v${pkgver}/drift_${pkgver}_linux_amd64.tar.gz")
19
sha256sums_x86_64=('c8dada4d784cd3a2d6fcb99e4593d01f7a8c8e44da714fee7ef3c26e3e11e010')
20
21
package() {
22
install -Dm755 "./drift" "${pkgdir}/usr/bin/drift"
23
install -Dm644 ./LICENSE "${pkgdir}/usr/share/licenses/drift/LICENSE"
24
}
25
Changes since previous scan
--- PKGBUILD @ 2026-08-18 00:03+++ PKGBUILD @ 2026-08-21 00:01@@ -2,7 +2,7 @@ # Maintainer: Ayman Bagabas <ayman.bagabas@gmail.com> pkgname='drift-diff-bin'-pkgver=0.0.6+pkgver=0.0.8 pkgrel=1 pkgdesc='A standalone git diff pager for the terminal.' url='https://github.com/aymanbagabas/drift'@@ -13,10 +13,10 @@ depends=('git') source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/aymanbagabas/drift/releases/download/v${pkgver}/drift_${pkgver}_linux_arm64.tar.gz")-sha256sums_aarch64=('0d43ee8a693581204cd591dc81c1b920c7d5ae4287e58cf38bb537e4c6a05fef')+sha256sums_aarch64=('88a11534c0b7ec90bbcbce3b2ed2b31b0e0f3031b08b499b9f48afe408be61a8') source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/aymanbagabas/drift/releases/download/v${pkgver}/drift_${pkgver}_linux_amd64.tar.gz")-sha256sums_x86_64=('45dc09b227672c05927983e1e8f0f38d4165e5d0edc4701a0f317efba2da409b')+sha256sums_x86_64=('c8dada4d784cd3a2d6fcb99e4593d01f7a8c8e44da714fee7ef3c26e3e11e010') package() { install -Dm755 "./drift" "${pkgdir}/usr/bin/drift"Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-21 00:01:35 | Clean | 2 |
| 2026-08-20 23:13:41 | Low | 1 |
| 2026-08-18 00:03:42 | Clean | 2 |
| 2026-08-17 17:37:06 | Low | 1 |
| 2026-08-12 00:27:08 | Clean | 2 |
| 2026-08-11 13:21:13 | Low | 1 |