twinejs-standalone
The source is a prebuilt release binary from the project's official GitHub repository, which is a standard and trusted source for such packages; the non-whitelisted host (twinery.org) only provides a static SVG icon, which is non-executable data and poses no risk.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a prebuilt release binary from the project's official GitHub repository, which is a standard and trusted source for such packages; the non-whitelisted host (twinery.org) only provides a static SVG icon, which is non-executable data and poses no risk.
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
"https://twinery.org/icons/twine.svg"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Louise <louise dot aur at mailbox dot org>
pkgname=twinejs-standalone
pkgver=2.12.0
pkgrel=1
pkgdesc="an open-source tool for telling interactive, nonlinear stories"
arch=('x86_64')
url="http://twinery.org/"
license=('GPL3')
depends=('libxss'
'nss'
'gtk3')
source=("https://github.com/klembot/twinejs/releases/download/${pkgver}/Twine-${pkgver}-Linux-x64.zip"
"https://twinery.org/icons/twine.svg"
"twinejs.desktop")
b2sums=('b0ea44adbf15b7eeee0250a743b55c53d3775bc138319a04e937f689d963bd741286e08540c1d030e9353c084b256fbb3616c0f01d3ae7b40aee6c85c74a5e67'
'8fd73e20b6809a2bd792b20f4263cbc6501bb3d4bb58236eb3bd9a9e503891bed99e4ab1f0db4510a689bba34016a2d6abb368c919ef89d039eed6641d8cdd52'
'd45475680d4cace6d6cfa35836b77c9c264ccff255d6132312c9ec153e1bf9c9a6386edbc4974cb205e35280576de38439ccfd05f0c16c02047d3a0052d7c7d2')
noextract=(twine_${pkgver}_linux64.zip)
options=(!debug)
prepare() {
mkdir -p ${pkgname}_${pkgver}_linux64
bsdtar -xf Twine-${pkgver}-Linux-x64.zip -C "${pkgname}_${pkgver}_linux64"
}
package() {
find "${pkgname}_${pkgver}_linux64" -type f -exec install -Dm 755 "{}" "$pkgdir/opt/{}" \;
install -D twinejs.desktop "$pkgdir/usr/share/applications/twinejs.desktop"
install -D twine.svg "$pkgdir/usr/share/icons/hicolor/scalable/apps/twinejs.svg"
mkdir -p "$pkgdir/usr/bin"
ln -s "/opt/${pkgname}_${pkgver}_linux64/twine" "$pkgdir/usr/bin/Twine"
}
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 |