arachnophilia
maintainer jeremioczko
· 8 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a JAR file and supporting data from the project's official domain (arachnoid.com), which is not on the whitelist but is plausibly the legitimate source; the JAR is installed as-is without execution during build, and no obfuscated or unverifiable remote code execution occurs.
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 supporting data from the project's official domain (arachnoid.com), which is not on the whitelist but is plausibly the legitimate source; the JAR is installed as-is without execution during build, and no obfuscated or unverifiable remote code execution occurs.
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:16
source=("$_pkgname-$pkgver.jar::http://www.arachnoid.com/$pkgname/$_pkgname.jar"
PKGBUILD
1 offending line(s) highlighted
1
# Contributor: Gen2ly <toddrpartridge@gmail.com>
2
# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
3
# Contributor: Nathan Owe <ndowens04 at gmail>
4
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
5
6
pkgname=arachnophilia
7
_pkgname=Arachnophilia
8
pkgver=5.5.2947
9
pkgrel=5
10
pkgdesc="A web page development workshop and general programming tool"
11
arch=('any')
12
url="http://www.arachnoid.com/arachnophilia/index.php"
13
license=('GPL' 'custom:careware')
14
depends=('java-environment' 'bash' 'desktop-file-utils')
15
makedepends=('curl')
16
source=("$_pkgname-$pkgver.jar::http://www.arachnoid.com/$pkgname/$_pkgname.jar"
17
"http://www.arachnoid.com/lutusp/old_articles/careware.rtf"
18
"http://www.arachnoid.com/arachnophilia/index.php"
19
"${pkgname}.desktop"
20
"${pkgname}.sh")
21
sha256sums=('131763f167ab011692b0a2bc4772b635de4b3c72d231f6a6533dc36fec662b49'
22
'b170b0beb4fee26fb9f60529cf87d418396571459b95210b19437596407d3426'
23
'f8c92cd6537cd76cc075b699549fe58cb29de6046c3909fab32287bd317e610e'
24
'e1ae7e1cdfcf66011fae5f4e2e1c46b4f00fb2ea58edf74ba146896f04d70c98'
25
'6b772081e74eb9551102f6331bc3f4114d1dcfdea7798b9cc1a5ff8c2d73a422')
26
DLAGENTS=('http::/usr/bin/curl -A "Mozilla/4.0" -kfLC - --retry 3 --retry-delay 3 -o %o %u')
27
noextract=("$_pkgname-$pkgver.jar")
28
29
package() {
30
cd "${srcdir}"
31
32
# Install program files
33
install -Dm755 ${pkgname}.sh "$pkgdir"/usr/bin/${pkgname}
34
install -Dm644 $_pkgname-$pkgver.jar "$pkgdir"/usr/share/${pkgname}/$_pkgname.jar
35
36
# Install a desktop entry
37
bsdtar -xf $_pkgname-$pkgver.jar $_pkgname.png
38
install -Dm644 $_pkgname.png "$pkgdir"/usr/share/pixmaps/${pkgname}.png
39
install -Dm644 ${pkgname}.desktop \
40
"$pkgdir"/usr/share/applications/${pkgname}.desktop
41
42
# Install a license file
43
install -Dm644 careware.rtf \
44
"$pkgdir"/usr/share/licenses/${pkgname}/careware.rtf
45
}
46
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |