libray
The non-standard host (archive.org) hosts static data files (PS3 disc keys), which are not executable and pose no code execution risk; the package builds from a legitimate project source on Codeberg, a trusted forge.
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 non-standard host (archive.org) hosts static data files (PS3 disc keys), which are not executable and pose no code execution risk; the package builds from a legitimate project source on Codeberg, a trusted forge.
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
"https://archive.org/download/sony-playstation-3-disc-keys/sony-playstation-3-disc-keys.zip")
PKGBUILD
1 offending line(s) highlighted# Maintainer: Nichlas Severinsen <ns@nsz.no>
pkgname=libray
_gitname="libray"
pkgver=0.0.10
pkgrel=3
url="https://notabug.org/necklace/libray"
pkgdesc="LibRay aims to be a Libre (FLOSS) Python application for unencrypting, extracting, repackaging, and encrypting PS3 ISOs."
arch=("any")
license=("GPLv3")
depends=("python" "python-pycryptodome" "python-beautifulsoup4" "python-tqdm" "python-requests" "python-html5lib")
makedepends=("python-setuptools")
source=("https://codeberg.org/necklace/${_gitname}/archive/${pkgver}.tar.gz"
"https://archive.org/download/sony-playstation-3-disc-keys/sony-playstation-3-disc-keys.zip")
sha256sums=('254f426c0cff8f746c586c8bcc57f8c4ab778d91d480f1a7843985bf17f7fdf0'
'281e5586291633f9539962007938a6353cb9ae6c241bd3e3fe0ae434215b6602')
build() {
cd $srcdir
mkdir -p $_gitname/$_gitname/data
rm -rf $_gitname/tools/keys
mv keys $_gitname/tools/keys
mv *.csv $_gitname/tools/
mv *.dat $_gitname/tools/
cd $_gitname/tools/
python keys2db.py
cd $srcdir/$_gitname
python setup.py build
}
package() {
cd $srcdir/$_gitname
python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
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 |