shamela-bin
maintainer ahmed_x86
· 0 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package downloads a prebuilt binary archive from archive.org, a non-standard and untrusted host for software distribution, with no verifiable checksums, posing a supply-chain risk if the archive were tampered with.
Triggered rules
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:16
source=("shamela-linux.tar.xz::https://archive.org/download/shamela_download/shamela-linux-1447.11.tar.xz"
MEDIUM
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 90%): The package downloads a prebuilt binary archive from archive.org, a non-standard and untrusted host for software distribution, with no verifiable checksums, posing a supply-chain risk if the archive were tampered with.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: ahmed-x86 <ahmdasnmr7@gmail.com>
2
3
pkgname=shamela-bin
4
pkgver=1447.11
5
pkgrel=5
6
pkgdesc="المكتبة الشاملة - نسخة غير رسمية مجمعة لأرش جنو لينكس"
7
arch=('x86_64')
8
url="https://shamela.ws/"
9
license=('custom')
10
depends=('libselinux' 'glibc' 'zlib' 'fontconfig' 'freetype2' 'hicolor-icon-theme')
11
provides=('shamela')
12
conflicts=('shamela')
13
options=('!strip' '!debug')
14
install=shamela.install
15
16
source=("shamela-linux.tar.xz::https://archive.org/download/shamela_download/shamela-linux-1447.11.tar.xz"
17
"launch.sh"
18
"shamela.desktop"
19
"shamela.install"
20
"shamela_icon.png")
21
22
sha256sums=('SKIP'
23
'SKIP'
24
'SKIP'
25
'SKIP'
26
'SKIP')
27
28
package() {
29
30
install -d "${pkgdir}/opt/shamela"
31
install -d "${pkgdir}/usr/bin"
32
install -d "${pkgdir}/usr/share/applications"
33
install -d "${pkgdir}/usr/share/icons/hicolor/256x256/apps"
34
35
36
cp -r "${srcdir}/shamela/"* "${pkgdir}/opt/shamela/"
37
38
39
install -m644 "${srcdir}/shamela_icon.png" "${pkgdir}/opt/shamela/shamela_icon.png"
40
41
42
install -m644 "${srcdir}/shamela_icon.png" "${pkgdir}/usr/share/icons/hicolor/256x256/apps/shamela.png"
43
44
45
install -m755 "${srcdir}/launch.sh" "${pkgdir}/opt/shamela/launch.sh"
46
47
48
ln -s /opt/shamela/launch.sh "${pkgdir}/usr/bin/shamela"
49
50
51
install -m644 "${srcdir}/shamela.desktop" "${pkgdir}/usr/share/applications/shamela.desktop"
52
}
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 09:51:03 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |