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
4pkgname=btscanner
5pkgver=2.1
6pkgrel=5
7pkgdesc="Bluetooth device scanner."
8url="http://www.pentest.co.uk"
9depends=('bluez-libs' 'libxml2')
10arch=(i686 x86_64)
11license=('GPL')
12changelog=$pkgname.changelog
13source=(http://www.pentest.co.uk/src/$pkgname-$pkgver.tar.bz2
14 $pkgname.patch)
15source=(http://web.archive.org/web/20070711171847/http://www.pentest.co.uk/src/$pkgname-$pkgver.tar.bz2
16 $pkgname.patch)
17md5sums=('587ec5847647d432eac1704b260af020'
18 '606530db564f269ce245997e30f9fe86')
19
20prepare() {
21 cd $pkgname-$pkgver
22 patch -Np1 -b -z .orig -i ../$pkgname.patch
23 mv configure.in configure.ac
24 autoreconf -fiv
25}
26
27build() {
28 cd $pkgname-$pkgver
29 ./configure --prefix=/usr --sysconf=/etc/btscanner --datadir=/usr/share/btscanner
30 make V=0
31}
32
33package() {
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)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion