oinkoin-bin

MEDIUM
maintainer satyamjha 1 votes scanned 2026-09-19 17:30:41.880415
View on AUR
Why flagged

The package bundles a prebuilt AppImage from a non-whitelisted but project-owned release URL; while the checksum is provided, the AppImage itself is not built from source and could contain unreviewed code, posing a supply-chain risk if the upstream release 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 bundles a prebuilt AppImage from a non-whitelisted but project-owned release URL; while the checksum is provided, the AppImage itself is not built from source and could contain unreviewed code, posing a supply-chain risk if the upstream release were compromised.

PKGBUILD

1# Maintainer: Satyam Jha <satyam_jha at zohomail dot in>
2
3pkgname=oinkoin-bin
4pkgver=1.14.0
5pkgrel=1
6pkgdesc="An offline Privacy focused expense tracker"
7arch=('x86_64')
8url="https://github.com/emavgl/oinkoin"
9license=('GPL-3.0-or-later')
10depends=('sqlite' 'gtk3' 'glib2')
11options=('!strip')
12provides=('oinkoin')
13conflicts=('oinkoin')
14_appimage="piggybank-1.14.0+7150-linux.AppImage"
15source=("${_appimage}::${url}/releases/download/${pkgver}/${_appimage}")
16sha256sums=('d587b0d518e0b2643285dc006db9c7cd4a57f55950c7b2a109ff944a70043530')
17
18prepare() {
19 chmod +x "${_appimage}"
20 ./"${_appimage}" --appimage-extract > /dev/null
21}
22
23build() {
24 sed -i \
25 -e "s|^Exec=.*|Exec=/usr/bin/oinkoin|" \
26 -e "s|^TryExec=.*|TryExec=oinkoin|" \
27 -e "s|^Icon=.*|Icon=oinkoin|" \
28 squashfs-root/piggybank.desktop
29}
30
31package() {
32 install -Dm755 "${_appimage}" "${pkgdir}/opt/${pkgname}/${pkgname}.AppImage"
33 install -Dm644 squashfs-root/piggybank.desktop "${pkgdir}/usr/share/applications/org.emavgl.oinkoin.desktop"
34 install -Dm644 squashfs-root/piggybank.png "${pkgdir}/usr/share/pixmaps/oinkoin.png"
35
36 install -dm755 "${pkgdir}/usr/bin"
37 ln -s "/opt/${pkgname}/${pkgname}.AppImage" "${pkgdir}/usr/bin/oinkoin"
38}
39

Scan history

Scanned at (UTC)SeverityRules
2026-09-19 17:30:41 Medium 2

Report a package

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

0 / 4000
Your suggestion