arachnophilia
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
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)
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# Contributor: Gen2ly <toddrpartridge@gmail.com>
# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
# Contributor: Nathan Owe <ndowens04 at gmail>
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=arachnophilia
_pkgname=Arachnophilia
pkgver=5.5.2947
pkgrel=5
pkgdesc="A web page development workshop and general programming tool"
arch=('any')
url="http://www.arachnoid.com/arachnophilia/index.php"
license=('GPL' 'custom:careware')
depends=('java-environment' 'bash' 'desktop-file-utils')
makedepends=('curl')
source=("$_pkgname-$pkgver.jar::http://www.arachnoid.com/$pkgname/$_pkgname.jar"
"http://www.arachnoid.com/lutusp/old_articles/careware.rtf"
"http://www.arachnoid.com/arachnophilia/index.php"
"${pkgname}.desktop"
"${pkgname}.sh")
sha256sums=('131763f167ab011692b0a2bc4772b635de4b3c72d231f6a6533dc36fec662b49'
'b170b0beb4fee26fb9f60529cf87d418396571459b95210b19437596407d3426'
'f8c92cd6537cd76cc075b699549fe58cb29de6046c3909fab32287bd317e610e'
'e1ae7e1cdfcf66011fae5f4e2e1c46b4f00fb2ea58edf74ba146896f04d70c98'
'6b772081e74eb9551102f6331bc3f4114d1dcfdea7798b9cc1a5ff8c2d73a422')
DLAGENTS=('http::/usr/bin/curl -A "Mozilla/4.0" -kfLC - --retry 3 --retry-delay 3 -o %o %u')
noextract=("$_pkgname-$pkgver.jar")
package() {
cd "${srcdir}"
# Install program files
install -Dm755 ${pkgname}.sh "$pkgdir"/usr/bin/${pkgname}
install -Dm644 $_pkgname-$pkgver.jar "$pkgdir"/usr/share/${pkgname}/$_pkgname.jar
# Install a desktop entry
bsdtar -xf $_pkgname-$pkgver.jar $_pkgname.png
install -Dm644 $_pkgname.png "$pkgdir"/usr/share/pixmaps/${pkgname}.png
install -Dm644 ${pkgname}.desktop \
"$pkgdir"/usr/share/applications/${pkgname}.desktop
# Install a license file
install -Dm644 careware.rtf \
"$pkgdir"/usr/share/licenses/${pkgname}/careware.rtf
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |