dewey-bin
maintainer elw
· 0 votes
· scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged
The package installs a prebuilt binary from the project's official GitHub releases, which is a normal distribution method; the low severity is due to the unverifiable binary release and minimal project visibility, not malicious indicators.
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.
LOW
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package installs a prebuilt binary from the project's official GitHub releases, which is a normal distribution method; the low severity is due to the unverifiable binary release and minimal project visibility, not malicious indicators.
PKGBUILD
1
# Maintainer: Ted W. <ted.l.wood@gmail.com>
2
pkgname=dewey-bin
3
pkgver=0.2.0
4
pkgrel=1
5
pkgdesc="Command-line framework for open ebook libraries (pre-built binary)"
6
arch=('x86_64' 'aarch64')
7
url="https://github.com/tedwardd/dewey"
8
license=('MIT')
9
depends=('python')
10
provides=('dewey')
11
conflicts=('dewey')
12
install=dewey.install
13
source_x86_64=("dewey-${pkgver}-x86_64.tar.gz::https://github.com/tedwardd/dewey/releases/download/v${pkgver}/dewey-linux-x86_64-v${pkgver}.tar.gz")
14
source_aarch64=("dewey-${pkgver}-aarch64.tar.gz::https://github.com/tedwardd/dewey/releases/download/v${pkgver}/dewey-linux-aarch64-v${pkgver}.tar.gz")
15
sha256sums_x86_64=('e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855')
16
sha256sums_aarch64=('e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855')
17
18
package() {
19
install -Dm755 "${srcdir}/dewey-${pkgver}/dewey" "${pkgdir}/usr/bin/dewey"
20
install -Dm644 "${srcdir}/dewey-${pkgver}/LICENSE.md" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
21
}
22
Changes since previous scan
--- PKGBUILD @ 2026-08-17 00:18+++ PKGBUILD @ 2026-08-18 00:03@@ -1,6 +1,6 @@ # Maintainer: Ted W. <ted.l.wood@gmail.com> pkgname=dewey-bin-pkgver=0.1.0+pkgver=0.2.0 pkgrel=1 pkgdesc="Command-line framework for open ebook libraries (pre-built binary)" arch=('x86_64' 'aarch64')@@ -12,8 +12,8 @@ install=dewey.install source_x86_64=("dewey-${pkgver}-x86_64.tar.gz::https://github.com/tedwardd/dewey/releases/download/v${pkgver}/dewey-linux-x86_64-v${pkgver}.tar.gz") source_aarch64=("dewey-${pkgver}-aarch64.tar.gz::https://github.com/tedwardd/dewey/releases/download/v${pkgver}/dewey-linux-aarch64-v${pkgver}.tar.gz")-sha256sums_x86_64=('abd0600aeefd0e749b7cfc1943d243856d75356dfa56952afc52dc685cab49df')-sha256sums_aarch64=('17c9a21005bdb561ad77804312fd906d880ea4f8d1307e0a2e98fded3aab0dcf')+sha256sums_x86_64=('e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855')+sha256sums_aarch64=('e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855') package() { install -Dm755 "${srcdir}/dewey-${pkgver}/dewey" "${pkgdir}/usr/bin/dewey"Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 00:03:42 | LOW | 2 |
| 2026-08-17 15:36:47 | LOW | 2 |
| 2026-08-17 00:18:29 | LOW | 2 |
| 2026-08-16 15:32:49 | LOW | 2 |