onscripter-en

MEDIUM
maintainer orphaned 1 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The source is a prebuilt source tarball hosted on Dropbox (a personal/cloud storage host), not the official upstream release server (onscripter.unclemion.com). Dropbox links can be silently replaced by the account owner at any time, and the URL is not a canonical upstream release mirror. The package compiles and executes the resulting binary, so a substituted archive could lead to arbitrary code execution at build time. The MD5 checksum provides weak integrity protection (MD5 is cryptographically broken). However, this is a well-known open-source project (ONScripter-EN), the version is old (2011), and the pattern of hosting source tarballs on Dropbox was common for small open-source projects of that era. There is no evidence of active malice, obfuscation, or exfiltration. This is a genuine but low-probability supply-chain risk: medium severity is appropriate.

Triggered rules

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=(https://www.dropbox.com/s/ag21owy9poyr2oy/${pkgname}-${pkgver}-src.tar.bz2)
Medium AI review llm_review

An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The source is a prebuilt source tarball hosted on Dropbox (a personal/cloud storage host), not the official upstream release server (onscripter.unclemion.com). Dropbox links can be silently replaced by the account owner at any time, and the URL is not a canonical upstream release mirror. The package compiles and executes the resulting binary, so a substituted archive could lead to arbitrary code execution at build time. The MD5 checksum provides weak integrity protection (MD5 is cryptographically broken). However, this is a well-known open-source project (ONScripter-EN), the version is old (2011), and the pattern of hosting source tarballs on Dropbox was common for small open-source projects of that era. There is no evidence of active malice, obfuscation, or exfiltration. This is a genuine but low-probability supply-chain risk: medium severity is appropriate.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Adler Ferreira <adler dot m dot f at gmail dot com>
2# Contributor: Anton Larionov <diffident dot cat at gmail dot com>
3
4pkgname=onscripter-en
5pkgver=20110930
6pkgrel=4
7pkgdesc="English version of the open source interpreter for the visual novel game scripting engine NScripter"
8arch=('i686' 'x86_64')
9url='http://onscripter.unclemion.com/'
10license=('GPL')
11depends=('sdl_mixer' 'sdl_image' 'sdl_ttf')
12# Dependency 'smpeg' 'bzip2' already satisfied
13source=(https://www.dropbox.com/s/ag21owy9poyr2oy/${pkgname}-${pkgver}-src.tar.bz2)
14md5sums=('6c22a3c919098075d24b03c4e6d4e3cc')
15
16build() {
17 cd "${srcdir}/${pkgname}-${pkgver}"
18 ./configure --prefix=/usr --no-werror
19 sed -i 's/.dll//g' Makefile
20 make
21}
22
23package() {
24 install -D -m755 "${srcdir}/${pkgname}-${pkgver}/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
25
26 install -dm755 "${pkgdir}/usr/share/doc/${pkgname}"
27 cd "${srcdir}/${pkgname}-${pkgver}"
28 install -m644 BUGS CHANGES INSTALL README "${pkgdir}/usr/share/doc/${pkgname}"
29}
30
31# vim:set ts=2 sw=2 et:
32

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Medium 2
2026-09-16 00:03:17 Medium 2
2026-09-15 00:25:31 Medium 2
2026-09-14 00:27:57 Medium 2
2026-09-13 00:19:54 Medium 2
2026-09-12 00:25:17 Medium 2
2026-09-11 00:19:22 Medium 2
2026-09-10 00:22:44 Medium 2
2026-09-09 00:04:09 Medium 2
2026-09-08 00:18:08 Medium 2
2026-09-07 00:30:15 Medium 2
2026-09-06 00:17:06 Medium 2
2026-09-05 00:16:27 Medium 2
2026-09-04 00:03:13 Medium 2
2026-09-03 00:15:47 Medium 2
2026-09-02 00:02:31 Medium 2
2026-09-01 00:11:19 Medium 2
2026-08-31 00:19:57 Medium 2
2026-08-30 00:04:14 Medium 2
2026-08-29 00:29:17 Medium 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion