libray
maintainer necklace
· 8 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
LOW
AI review downgraded a static finding
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)
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:14
"https://archive.org/download/sony-playstation-3-disc-keys/sony-playstation-3-disc-keys.zip")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Nichlas Severinsen <ns@nsz.no>
2
pkgname=libray
3
_gitname="libray"
4
pkgver=0.0.10
5
pkgrel=3
6
url="https://notabug.org/necklace/libray"
7
pkgdesc="LibRay aims to be a Libre (FLOSS) Python application for unencrypting, extracting, repackaging, and encrypting PS3 ISOs."
8
arch=("any")
9
license=("GPLv3")
10
depends=("python" "python-pycryptodome" "python-beautifulsoup4" "python-tqdm" "python-requests" "python-html5lib")
11
makedepends=("python-setuptools")
12
13
source=("https://codeberg.org/necklace/${_gitname}/archive/${pkgver}.tar.gz"
14
"https://archive.org/download/sony-playstation-3-disc-keys/sony-playstation-3-disc-keys.zip")
15
16
sha256sums=('254f426c0cff8f746c586c8bcc57f8c4ab778d91d480f1a7843985bf17f7fdf0'
17
'281e5586291633f9539962007938a6353cb9ae6c241bd3e3fe0ae434215b6602')
18
19
build() {
20
cd $srcdir
21
22
mkdir -p $_gitname/$_gitname/data
23
24
rm -rf $_gitname/tools/keys
25
mv keys $_gitname/tools/keys
26
mv *.csv $_gitname/tools/
27
mv *.dat $_gitname/tools/
28
29
cd $_gitname/tools/
30
31
python keys2db.py
32
33
cd $srcdir/$_gitname
34
35
python setup.py build
36
}
37
38
39
package() {
40
cd $srcdir/$_gitname
41
python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
42
install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
43
}
44
45
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |