cefdetector-plocate-bin
maintainer origuchi
· 0 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package installs a prebuilt binary from a GitHub release without code review, creating a supply-chain risk if the source were compromised.
Triggered rules
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.
MEDIUM
AI review of an ambiguous pattern
llm_review
The static rules found a suspicious pattern they could not resolve, so an AI model (qwen/qwen3-235b-a22b-2507) reviewed it and judged it MEDIUM (confidence 95%): The package installs a prebuilt binary from a GitHub release without code review, creating a supply-chain risk if the source were compromised.
PKGBUILD
1
pkgname=cefdetector-plocate-bin
2
pkgver=0.4.2
3
pkgrel=1
4
pkgdesc="Check how many CEFs are on your Linux using the plocate index."
5
arch=('x86_64')
6
url="https://github.com/Tobiichi-Origuchi/CefDetector"
7
license=('MIT')
8
depends=('fontconfig' 'libglvnd' 'xdg-utils' 'plocate')
9
provides=("cefdetector=${pkgver}")
10
conflicts=('cefdetector')
11
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Tobiichi-Origuchi/CefDetector/releases/download/v0.4.2/cefdetector-0.4.2-linux-x86_64-plocate.tar.gz")
12
sha256sums=('b6c335f181c0e3d07c6daa7d77e71bfa9d7817e8f41d281cc312a66eaa2dc045')
13
noextract=("${pkgname}-${pkgver}.tar.gz")
14
15
package() {
16
bsdtar -xf "${srcdir}/${pkgname}-${pkgver}.tar.gz" -C "${pkgdir}/"
17
}
18
Changes since previous scan
--- PKGBUILD @ 2026-07-30 00:17+++ PKGBUILD @ 2026-08-03 00:08@@ -1,15 +1,15 @@ pkgname=cefdetector-plocate-bin-pkgver=0.4.1+pkgver=0.4.2 pkgrel=1 pkgdesc="Check how many CEFs are on your Linux using the plocate index." arch=('x86_64')-url="https://github.com/Tobiichi-Origuchi/CefDetectorLinux"+url="https://github.com/Tobiichi-Origuchi/CefDetector" license=('MIT') depends=('fontconfig' 'libglvnd' 'xdg-utils' 'plocate') provides=("cefdetector=${pkgver}") conflicts=('cefdetector')-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Tobiichi-Origuchi/CefDetectorLinux/releases/download/v0.4.1/cefdetector-0.4.1-linux-x86_64-plocate.tar.gz")-sha256sums=('a72f1d0422cd377f650d3efe7e578f99ee41f67fd498cbf29278a0071a0b68f0')+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Tobiichi-Origuchi/CefDetector/releases/download/v0.4.2/cefdetector-0.4.2-linux-x86_64-plocate.tar.gz")+sha256sums=('b6c335f181c0e3d07c6daa7d77e71bfa9d7817e8f41d281cc312a66eaa2dc045') noextract=("${pkgname}-${pkgver}.tar.gz") package() {Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 03:19:42 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | CLEAN | 2 |
| 2026-07-29 09:11:06 | LOW | 1 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 09:37:42 | LOW | 2 |