bmpanel2
maintainer bidulock
· 77 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from Google's code archive, which is a legitimate historical repository; the package builds from source and the host, while non-standard, is not inherently malicious or swappable by an unrelated party.
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 source is a tarball from Google's code archive, which is a legitimate historical repository; the package builds from source and the host, while non-standard, is not inherently malicious or swappable by an unrelated party.
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:16
source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${pkgname}/${pkgname}-${pkgver}.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Brian Bidulock <bidulock@openss7.org>
2
# Contributor: SpepS <dreamspepser at yahoo dot it>
3
# Contributor: nsf <no.smile.face@gmail.com>
4
5
pkgname=bmpanel2
6
pkgver=2.1pre1
7
pkgrel=5
8
pkgdesc="A NETWM-compatible panel for X11"
9
arch=("i686" "x86_64")
10
url="http://bmpanel2.googlecode.com/"
11
license=('custom:MIT')
12
depends=('libxext' 'pango')
13
optdepends=('pygtk: configuration GUI')
14
makedepends=('cmake' 'asciidoc' 'python2')
15
#source=("${url}files/$pkgname-$pkgver.tar.gz")
16
source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${pkgname}/${pkgname}-${pkgver}.tar.gz")
17
md5sums=('766ce5d3d6be427192fa11883b230eed')
18
19
build() {
20
cd "$srcdir/$pkgname-$pkgver"
21
22
[ -d bld ] || mkdir bld && cd bld
23
24
cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
25
-DCMAKE_BUILD_TYPE=RELEASE \
26
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
27
-DPYTHON_EXECUTABLE=/usr/bin/python2
28
make
29
}
30
31
package() {
32
cd "$srcdir/$pkgname-$pkgver/bld"
33
make DESTDIR="$pkgdir/" install
34
35
# python2 fix
36
sed -i 's/env python/&2/' `find "$pkgdir" -name "*.py"`
37
38
# license
39
install -Dm644 ../COPYING \
40
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
41
}
42
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 |