libray

LOW
maintainer necklace 8 votes scanned 2026-09-17 00:27:14.276658
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>
2pkgname=libray
3_gitname="libray"
4pkgver=0.0.10
5pkgrel=3
6url="https://notabug.org/necklace/libray"
7pkgdesc="LibRay aims to be a Libre (FLOSS) Python application for unencrypting, extracting, repackaging, and encrypting PS3 ISOs."
8arch=("any")
9license=("GPLv3")
10depends=("python" "python-pycryptodome" "python-beautifulsoup4" "python-tqdm" "python-requests" "python-html5lib")
11makedepends=("python-setuptools")
12
13source=("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
16sha256sums=('254f426c0cff8f746c586c8bcc57f8c4ab778d91d480f1a7843985bf17f7fdf0'
17 '281e5586291633f9539962007938a6353cb9ae6c241bd3e3fe0ae434215b6602')
18
19build() {
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
39package() {
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)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion