botamusique
maintainer lilmike
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The pip install is part of the build process for the package's own dependencies from a trusted source (GitHub), not an external or unverified package, posing minimal risk.
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 pip install is part of the build process for the package's own dependencies from a trusted source (GitHub), not an external or unverified package, posing minimal risk.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
pip install of an external package
pip_install_external
`pip install <package>` fetches an unpinned package from PyPI at build time, outside source=() and makepkg's checksums.
-
PKGBUILD:39
.venv/bin/pip install -r ${pkgname}/requirements.txt
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Storm Dragon <stormdragon2976@hotmail.com>
2
# Maintainer: Michael Taboada <michael@2mb.solutions>
3
4
pkgname='botamusique'
5
pkgver=7.2.3
6
pkgrel=1
7
pkgdesc="Music bot for mumble"
8
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
9
url="https://github.com/azlux/botamusique"
10
license=('MIT')
11
depends=('ffmpeg' 'opus-tools')
12
makedepends=('unzip' 'python-virtualenv')
13
options=('!strip') # Otherwise some python libraries get corrupted.
14
source=("${pkgname}-${pkgver}.zip::https://github.com/azlux/${pkgname}/archive/${pkgver}.zip"
15
"${pkgname}.service"
16
"${pkgname}.sh"
17
"${pkgname}.sysusers"
18
"${pkgname}.tmpfiles")
19
sha512sums=('9eb2a27a3cdda892b6126f8c57a092528b47af778dce4eb14005ab7a1cef4e8644ec9f44b005af29edb72c4dd2753f8bffc66864549ae456eac85b7b8118b4dc'
20
'170943e8d36f94ab6e895f99e72bb9d9e79a123758d9e9b87367fe95e9bb0ed0e7d896d242aa52598e5007fcabd764c4b2fe741bb9e9852fb30cbab8b8b4cf32'
21
'5059932c232c18653cc06e133c0063eb7480dba395b6dd7d1848ba90a683c2ea28306c7a35293a774b06521b2fab426df82b16a9d4bc96fca2d5f00a37f7257f'
22
'58340821d970ff60f79969a91a263fbf7ddea78c96852c89ef1248c7783a1b6c44406427c40c1955255f27a83371c53c340f7595d436de611f0974d27b80f731'
23
'40adb0a02fe3fe0bbe90367cb0e4bb1bb1d213570090efe519414311c37c80a5f6e7413a1c2486bb6438381db18751f52bd1b14758d7120afbe13689b970a462')
24
25
package() {
26
mkdir -p "${pkgdir}/opt/${pkgname}"
27
cp -r "${pkgname}-${pkgver}" "${pkgdir}/opt/${pkgname}/${pkgname}"
28
mkdir -p "${pkgdir}/usr/lib/systemd/system"
29
install -Dm644 ${pkgname}.service "${pkgdir}/usr/lib/systemd/system"
30
mkdir -p "${pkgdir}/usr/bin"
31
install -Dm644 "${srcdir}/${pkgname}-${pkgver}/LICENSE" "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
32
install -Dm755 "${pkgname}.sh" "${pkgdir}/usr/bin/botamusique"
33
mkdir -p "${pkgdir}/usr/lib/sysusers.d"
34
install -Dm644 "${pkgname}.sysusers" "${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
35
mkdir -p "${pkgdir}/usr/lib/tmpfiles.d"
36
install -Dm644 "${pkgname}.tmpfiles" "${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
37
cd "${pkgdir}/opt/${pkgname}"
38
virtualenv .venv
39
.venv/bin/pip install -r ${pkgname}/requirements.txt
40
}
41
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 |