phoenix-emu-project
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:11
source=("http://www.arts-union.ru/sites/default/files/ph28jag-lin-x64.zip"
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The PKGBUILD downloads a prebuilt x86_64 binary (PhoenixEmuProject) from arts-union.ru, which is the upstream developer's own website (the url= field points to the same domain). This is a legitimate emulator project hosted by its author, not a random third-party host. However, the source is still a prebuilt binary from a personal/small-project host rather than a well-known distribution platform, uses MD5 checksums (weak, though present), and installs the binary directly to /opt and /usr/bin. The risk is real but typical for AUR packages that ship prebuilt binaries from the upstream author's own site — supply-chain risk exists if the host is compromised, but there is no evidence of malice. This fits the medium category: an executed binary from an unofficial/personal host with weak integrity verification.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Viachaslau Khalikin <vkhinegret@gmail.com>
pkgname=phoenix-emu-project
pkgver=2.8.JAG
pkgrel=2
pkgdesc="An emulator of ColecoVision, Sega Master System, Atari Jaguar and 3DO consoles."
url="http://www.arts-union.ru/node/23"
license=('custom')
arch=('x86_64')
depends=('qt5-base' 'openal' 'glu')
source=("http://www.arts-union.ru/sites/default/files/ph28jag-lin-x64.zip"
phoenix-emu-project.desktop
phoenix-emu-project
translation.xml.eng)
md5sums=('d2cdf18c76afac1b3e58325d58f91272'
'7f9b5652c512887d7e034cc8c07b2045'
'4272bb20b1c1d8499bd08839faeaaf55'
'5acbb45a6a1df36eddc3123273595c12')
prepare() {
echo
}
package() {
cd "$srcdir"
# about licenses
install -d "$pkgdir/usr/share/licenses/phoenix-emu-project"
install -m644 licenses.txt "$pkgdir/usr/share/licenses/phoenix-emu-project"
# startup script and executable
install -d "$pkgdir/opt/phoenix-emu-project/"{,scalers,shaders,skin{,/rc}}
install -Dm755 PhoenixEmuProject "$pkgdir/opt/phoenix-emu-project/"
install -Dm755 phoenix-emu-project "$pkgdir/usr/bin/phoenix-emu-project"
install -Dm644 scalers/* "$pkgdir/opt/phoenix-emu-project/scalers/"
install -Dm644 shaders/* "$pkgdir/opt/phoenix-emu-project/shaders/"
install -Dm644 skin/style.* "$pkgdir/opt/phoenix-emu-project/skin/"
install -Dm644 skin/rc/* "$pkgdir/opt/phoenix-emu-project/skin/rc"
install -Dm644 translation.xml.eng "$pkgdir/opt/phoenix-emu-project/"
# desktop icon
install -Dm645 phoenix-emu-project.desktop "$pkgdir/usr/share/applications/phoenix-emu-project.desktop"
install -Dm644 logo.png "$pkgdir/usr/share/pixmaps/phoenix-emu-project-logo.png"
}
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 |