onscripter-en
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-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |
| 2026-07-15 00:09:25 | MEDIUM | 2 |