daydreamer-editor
The package downloads a source archive from Google Drive, a non-standard host, but it is the project's official distribution method; the checksum is verified, and the content is a Java JAR file installed as data, not an executable payload or remote code.
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 source archive from Google Drive, a non-standard host, but it is the project's official distribution method; the checksum is verified, and the content is a Java JAR file installed as data, not an executable payload or remote code.
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:14
source=("${pkgname}-${_app_editor[1]}.zip::https://drive.google.com/uc?export=download&id=${_app_editor[0]}"
PKGBUILD
1 offending line(s) highlighted# Maintainer: 3ED <krzysztof1987@gmail.com>
pkgname=daydreamer-editor
pkgver=9.3
pkgrel=1
_app_editor=("1Nly-7fRTXIQcx9FEeVqIIeI508VaM1Aj" "9.3" "DayDreamerEditor9.3.jar")
pkgdesc="Editor for Day Dreamer interactive fiction games"
arch=('any')
url="https://drive.google.com/folderview?id=0Byn3Yo_yFz45ak11MXl6U05mYVE&usp=sharing"
license=('CCPL:BY-ND-NC')
depends=('java-runtime-common' 'daydreamer')
makedepends=('librsvg')
source=("${pkgname}-${_app_editor[1]}.zip::https://drive.google.com/uc?export=download&id=${_app_editor[0]}"
"launcher.sh"
"daydreamer-editor.desktop"
"daydreamer-editor.svg")
sha512sums=('810692ea9e3356ca785ef2519db65dda615c04685761c1a213ff3f32489f4f03d28db74f5489117c4c976f99421941ed93d542ca9b517e2cc0491e062475f0e0'
'b02deb777a20e5adba60829a4916b3f13f22a9334d06068d4c73cd72a3863201eba2d6917171479f293cfe87b608538386a335a277876dc47c73604d09598759'
'5b840f61cb91c48bb75d4519a29226681aee4d275051af8ae7579f07714dcb0c408f4b5e7b102ded9d8d884789edcce53e5af7565334eea6405e923af755399c'
'dc79faf74a9114859d593b2625f4aecafaaaea794145b44dc0419101ac2731537d69db8bd5377767ef9539751b920f2a93358118fa35ed609f1fd4822932255e')
prepare() {
cd "$srcdir"
msg2 "Creating icons..."
# Picture under CC, share and modification allowed, user/author: m-erencelik @deviantart
# // vectorized by 3ED (inkscape)
install -dm755 \
"$srcdir/icons/hicolor/scalable/apps/"
install -m644 \
"$srcdir/daydreamer-editor.svg" \
"$srcdir/icons/hicolor/scalable/apps/daydreamer-editor.svg"
for i in 16x16 24x24 32x32 48x48 64x64 96x96 128x128 256x256; do
install -dm755 \
"$srcdir/icons/hicolor/$i/apps/"
rsvg-convert \
-w "${i%%x*}" \
-h "${i##*x}" \
-f png \
-o "$srcdir/icons/hicolor/$i/apps/daydreamer-editor.png" \
"$srcdir/daydreamer-editor.svg"
done
msg2 "Remove backup files from documentation..."
find DayDreamerEditorHelp -name "*~" -delete
msg2 "Creating launchers..."
cat launcher.sh > daydreamer-editor.sh
echo 'launch_app "'"${_app_editor[2]}"'"' >> daydreamer-editor.sh
}
package() {
install -dm755 \
"$pkgdir"/usr/{bin,lib/daydreamer,share/{icons,doc/$pkgname,applications}}
# jar file
install -m644 \
"$srcdir/${_app_editor[2]}" \
"$pkgdir/usr/lib/daydreamer/"
# launcher
install -m755 \
"$srcdir/${pkgname}.sh" \
"$pkgdir/usr/bin/${pkgname}"
# desktop file
install -m644 \
"$srcdir/${pkgname}.desktop" \
"$pkgdir/usr/share/applications/"
# editor's help files
install -m644 \
DayDreamerEditorHelp.html \
"$pkgdir/usr/share/doc/$pkgname/"
bsdtar -cf - DayDreamerEditorHelp \
| bsdtar -xf - -C "$pkgdir/usr/share/doc/$pkgname/"
# icons
cd "icons"
bsdtar -cf - hicolor \
| bsdtar -xf - -C "$pkgdir/usr/share/icons/"
}
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 |