onscripter-en
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
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)
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# Maintainer: Adler Ferreira <adler dot m dot f at gmail dot com>
# Contributor: Anton Larionov <diffident dot cat at gmail dot com>
pkgname=onscripter-en
pkgver=20110930
pkgrel=4
pkgdesc="English version of the open source interpreter for the visual novel game scripting engine NScripter"
arch=('i686' 'x86_64')
url='http://onscripter.unclemion.com/'
license=('GPL')
depends=('sdl_mixer' 'sdl_image' 'sdl_ttf')
# Dependency 'smpeg' 'bzip2' already satisfied
source=(https://www.dropbox.com/s/ag21owy9poyr2oy/${pkgname}-${pkgver}-src.tar.bz2)
md5sums=('6c22a3c919098075d24b03c4e6d4e3cc')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr --no-werror
sed -i 's/.dll//g' Makefile
make
}
package() {
install -D -m755 "${srcdir}/${pkgname}-${pkgver}/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
install -dm755 "${pkgdir}/usr/share/doc/${pkgname}"
cd "${srcdir}/${pkgname}-${pkgver}"
install -m644 BUGS CHANGES INSTALL README "${pkgdir}/usr/share/doc/${pkgname}"
}
# vim:set ts=2 sw=2 et:
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |