btscanner
maintainer bidulock
· 40 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from a project-owned domain (pentest.co.uk) archived via web.archive.org; building from the project's own source is normal AUR practice, and the worst case of a swapped host is limited by the presence of a fixed md5sum.
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 90%): The source is a tarball from a project-owned domain (pentest.co.uk) archived via web.archive.org; building from the project's own source is normal AUR practice, and the worst case of a swapped host is limited by the presence of a fixed md5sum.
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:13
source=(http://www.pentest.co.uk/src/$pkgname-$pkgver.tar.bz2 -
PKGBUILD:15
source=(http://web.archive.org/web/20070711171847/http://www.pentest.co.uk/src/$pkgname-$pkgver.tar.bz2
PKGBUILD
2 offending line(s) highlighted
1
# Maintainer: Brian Bidulock <bidulock@openss7.org>
2
# Contributor: Pranay Kanwar <pranay.kanwar@gmail.com>
3
4
pkgname=btscanner
5
pkgver=2.1
6
pkgrel=5
7
pkgdesc="Bluetooth device scanner."
8
url="http://www.pentest.co.uk"
9
depends=('bluez-libs' 'libxml2')
10
arch=(i686 x86_64)
11
license=('GPL')
12
changelog=$pkgname.changelog
13
source=(http://www.pentest.co.uk/src/$pkgname-$pkgver.tar.bz2
14
$pkgname.patch)
15
source=(http://web.archive.org/web/20070711171847/http://www.pentest.co.uk/src/$pkgname-$pkgver.tar.bz2
16
$pkgname.patch)
17
md5sums=('587ec5847647d432eac1704b260af020'
18
'606530db564f269ce245997e30f9fe86')
19
20
prepare() {
21
cd $pkgname-$pkgver
22
patch -Np1 -b -z .orig -i ../$pkgname.patch
23
mv configure.in configure.ac
24
autoreconf -fiv
25
}
26
27
build() {
28
cd $pkgname-$pkgver
29
./configure --prefix=/usr --sysconf=/etc/btscanner --datadir=/usr/share/btscanner
30
make V=0
31
}
32
33
package() {
34
cd $pkgname-$pkgver
35
make DESTDIR="${pkgdir}" install
36
# this is the only documentation
37
install -Dm644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
38
install -Dm644 USAGE "${pkgdir}/usr/share/doc/${pkgname}/USAGE"
39
}
40
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 |