plcash

LOW
maintainer not_anonymous 0 votes scanned 2026-09-17 00:27:14.276658
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-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 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