genote-bin

maintainer xmb03 · 0 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The package installs a precompiled binary from a GitHub release without code access or build reproducibility, creating a supply-chain risk if the binary is 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 90%): The package installs a precompiled binary from a GitHub release without code access or build reproducibility, creating a supply-chain risk if the binary is compromised.

PKGBUILD

1# Maintainer: sanekpixel101 <sanekpixel101@gmail.com>
2
3pkgname=genote-bin
4pkgver=0.3.5
5pkgrel=1
6pkgdesc="Generate IT study notes using local LLMs via Ollama (pre-compiled binary)"
7arch=('x86_64')
8url="https://github.com/xmb03/Genote"
9license=('MIT')
10depends=('gcc-libs')
11provides=('genote')
12conflicts=('genote')
13source=("https://github.com/xmb03/Genote/releases/download/v$pkgver/genote-linux-x86_64.tar.gz")
14sha256sums=('b0e54029252fda0948c69041b4a17a0c3c962c9fca01ea27ea6eb45f7a1ab556')
15
16package() {
17 tar -xzf "$srcdir/genote-linux-x86_64.tar.gz" -C "$srcdir"
18 install -Dm755 "$srcdir/genote" "$pkgdir/usr/bin/genote"
19}
20

Changes since previous scan

--- PKGBUILD @ 2026-07-29 00:25
+++ PKGBUILD @ 2026-08-03 00:08
@@ -1,7 +1,7 @@
# Maintainer: sanekpixel101 <sanekpixel101@gmail.com>
pkgname=genote-bin
-pkgver=0.3.4
+pkgver=0.3.5
pkgrel=1
pkgdesc="Generate IT study notes using local LLMs via Ollama (pre-compiled binary)"
arch=('x86_64')
@@ -11,7 +11,7 @@
provides=('genote')
conflicts=('genote')
source=("https://github.com/xmb03/Genote/releases/download/v$pkgver/genote-linux-x86_64.tar.gz")
-sha256sums=('794727c120fd8206957ca8f8d59e44e891879687ff3e40681b58600cbca446f0')
+sha256sums=('b0e54029252fda0948c69041b4a17a0c3c962c9fca01ea27ea6eb45f7a1ab556')
package() {
tar -xzf "$srcdir/genote-linux-x86_64.tar.gz" -C "$srcdir"

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 MEDIUM 2
2026-08-02 00:16:08 MEDIUM 2
2026-08-01 00:11:18 MEDIUM 2
2026-07-31 00:14:10 MEDIUM 2
2026-07-30 00:17:23 MEDIUM 2
2026-07-29 09:11:06 MEDIUM 2
2026-07-29 00:25:53 LOW 2
2026-07-28 09:37:42 LOW 2
2026-07-28 00:07:28 LOW 2
2026-07-27 00:24:32 LOW 2
2026-07-26 00:07:32 LOW 2
2026-07-25 17:30:22 LOW 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion