noetica-bin

maintainer socioprophet · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged Package installs a prebuilt binary from an official GitHub release, which is a normal AUR practice; the low severity is due to limited votes and recent upload, not malicious content.

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%): Package installs a prebuilt binary from an official GitHub release, which is a normal AUR practice; the low severity is due to limited votes and recent upload, not malicious content.

PKGBUILD

1# Maintainer: SocioProphet <dev@socioprophet.ai>
2# AUR binary package: installs Noetica from the official release .deb (no local Tauri build).
3# Publish by pushing this + .SRCINFO to ssh://aur@aur.archlinux.org/noetica-bin.git
4# (needs an AUR account with an SSH key). Regenerate .SRCINFO with `makepkg --printsrcinfo`.
5pkgname=noetica-bin
6pkgver=0.4.24
7pkgrel=1
8pkgdesc="Governed, sovereign AI workstation — local-first, cites its sources, abstains instead of guessing"
9arch=('x86_64')
10url="https://socioprophet.ai"
11license=('MIT')
12depends=('webkit2gtk-4.1' 'gtk3' 'libayatana-appindicator' 'librsvg')
13provides=('noetica')
14conflicts=('noetica')
15options=('!strip')
16source=("https://github.com/SocioProphet/Noetica/releases/download/v${pkgver}/Noetica_${pkgver}_amd64.deb")
17# sha256 of the v0.4.24 release deb (verified against the published artifact).
18# On version bumps: updpkgsums (or) sha256sum Noetica_${pkgver}_amd64.deb
19sha256sums=('3971e337e623b540fdc4073f8f9cd4080e82473e3730f042c104cc51b51bcb25')
20
21package() {
22 # Unpack the .deb payload into the package root.
23 tar -xf data.tar.gz -C "${pkgdir}" 2>/dev/null \
24 || bsdtar -xf "${srcdir}"/*.deb -C "${srcdir}" && tar -xf "${srcdir}/data.tar."* -C "${pkgdir}"
25 # Ship the license where Arch expects it.
26 install -Dm644 "${pkgdir}/usr/share/doc/noetica/LICENSE" \
27 "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" 2>/dev/null || true
28}
29

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 00:14:10 LOW 2
2026-07-30 00:17:23 LOW 2
2026-07-29 00:25:53 LOW 2
2026-07-28 23:39:52 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