shamela-bin

MEDIUM
maintainer ahmed_x86 0 votes scanned 2026-09-17 00:27:14.276658
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
3pkgname=shamela-bin
4pkgver=1447.11
5pkgrel=5
6pkgdesc="المكتبة الشاملة - نسخة غير رسمية مجمعة لأرش جنو لينكس"
7arch=('x86_64')
8url="https://shamela.ws/"
9license=('custom')
10depends=('libselinux' 'glibc' 'zlib' 'fontconfig' 'freetype2' 'hicolor-icon-theme')
11provides=('shamela')
12conflicts=('shamela')
13options=('!strip' '!debug')
14install=shamela.install
15
16source=("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
22sha256sums=('SKIP'
23 'SKIP'
24 'SKIP'
25 'SKIP'
26 'SKIP')
27
28package() {
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)SeverityRules
2026-09-17 00:27:14 Medium 2
2026-09-16 00:03:17 Medium 2
2026-09-15 00:25:31 Medium 2
2026-09-14 00:27:57 Medium 2
2026-09-13 00:19:54 Medium 2
2026-09-12 00:25:17 Medium 2
2026-09-11 00:19:22 Medium 2
2026-09-10 00:22:44 Medium 2
2026-09-09 00:04:09 Medium 2
2026-09-08 00:18:08 Medium 2
2026-09-07 00:30:15 Medium 2
2026-09-06 00:17:06 Medium 2
2026-09-05 00:16:27 Medium 2
2026-09-04 00:03:13 Medium 2
2026-09-03 00:15:47 Medium 2
2026-09-02 00:02:31 Medium 2
2026-09-01 00:11:19 Medium 2
2026-08-31 00:19:57 Medium 2
2026-08-30 00:04:14 Medium 2
2026-08-29 00:29:17 Medium 2

Report a package

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

0 / 4000
Your suggestion