plcash

maintainer not_anonymous · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads a JAR file and a license from the project's official domain; the JAR is not executed during build/install and is only installed as data, posing minimal risk even if the host is non-standard.

Triggered rules

LOW AI review downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a JAR file and a license from the project's official domain; the JAR is not executed during build/install and is only installed as data, posing minimal risk even if the host is non-standard.

1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM source=() URL on a non-standard host source_untrusted_domain

One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).

  • PKGBUILD:13 source=(http://www.arachnoid.com/PLCash/PLCash.jar

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: not_anonymous <nmlibertarian@gmail.com>
2# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
3# Contributor: Nathan Owe <ndowens04 at gmail>
4
5pkgname=plcash
6pkgver=2.5.2415
7pkgrel=1
8pkgdesc="A personal finance program"
9arch=('any')
10url="http://www.arachnoid.com/PLCash/index.html"
11license=('custom:careware')
12depends=('bash' 'java-environment')
13source=(http://www.arachnoid.com/PLCash/PLCash.jar
14 "http://www.arachnoid.com/lutusp/old_articles/careware.rtf"
15 "${pkgname}.desktop"
16 "${pkgname}.sh")
17noextract=("PLCash.jar")
18DLAGENTS=('http::/usr/bin/wget -c -t 3 --waitretry=3 -O %o %u') # curl doesn't work
19
20package() {
21 cd "${srcdir}"
22
23 # Install program files
24 install -Dm755 ${pkgname}.sh "${pkgdir}/usr/bin/${pkgname}"
25 install -Dm644 PLCash.jar "${pkgdir}/usr/share/${pkgname}/PLCash.jar"
26
27 # Install a desktop entry
28 bsdtar -xf PLCash.jar icons/PLCash.png
29 install -Dm644 icons/PLCash.png "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
30 install -Dm644 ${pkgname}.desktop "${pkgdir}/usr/share/applications/${pkgname}.desktop"
31
32 # Install a license file
33 install -Dm644 careware.rtf "${pkgdir}/usr/share/licenses/${pkgname}/careware.rtf"
34}
35md5sums=('ee47e247a379a3da0c2dfec5aa5685c8'
36 'b2c3dc9852bff89756c89f957089374f'
37 '59d599d2b0d794794bf60eb9d292d4c2'
38 '9aeba04f9b6bec9ab305b97f7803bec9')
39sha256sums=('86feb928f03c16d9ec5315c0e97101ec6d5e8bc8508e9a62d048883430f2e31e'
40 'b170b0beb4fee26fb9f60529cf87d418396571459b95210b19437596407d3426'
41 'a026adec60ba6a522ff6ea2c4701b94fe16167ce0049e94b5c713d304d71f24e'
42 '8209c65df4e95ec6658146d2024ac939bcf5bcabab2c7d7c91211cb195ad4716')
43

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 00:07:28 LOW 2
2026-07-27 00:24:32 LOW 2
2026-07-26 00:07:32 LOW 2
2026-07-25 00:13:44 LOW 2
2026-07-24 00:02:28 LOW 2
2026-07-23 00:14:47 LOW 2
2026-07-22 00:29:32 LOW 2
2026-07-21 00:24:15 LOW 2
2026-07-20 00:19:49 LOW 2
2026-07-19 00:17:08 LOW 2
2026-07-18 00:14:48 LOW 2
2026-07-17 00:06:16 LOW 2
2026-07-16 00:05:41 LOW 2
2026-07-15 00:09:25 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