blucat

LOW
maintainer orphaned 1 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads a prebuilt JAR from a snapshot repository host not on the whitelist, but it is used as a dependency for building a known open-source tool from a public git repo, and no obfuscated or malicious execution is evident.

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 package downloads a prebuilt JAR from a snapshot repository host not on the whitelist, but it is used as a dependency for building a known open-source tool from a public git repo, and no obfuscated or malicious execution is evident.

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 http://snapshot.bluecove.org/distribution/download/2.1.1-SNAPSHOT/2.1.1-SNAPSHOT.63/bluecove-2.1.1-SNAPSHOT.jar

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Lucien LOISEAU (Marlinski) <marlinski@disruptedsystems.org>
2
3pkgname=blucat
4pkgver=0.91
5pkgrel=1
6pkgdesc='The netcat for Bluetooth!'
7arch=('i686' 'x86_64')
8url='http://blucat.sourceforge.net/blucat/'
9license=('GPL2')
10depends=(java-runtime bluez bluez-utils bluez-libs java-commons-io)
11makedepends=(java-environment-common apache-ant)
12provides=(blucat)
13
14source=(
15 git://github.com/ieee8023/blucat
16 http://snapshot.bluecove.org/distribution/download/2.1.1-SNAPSHOT/2.1.1-SNAPSHOT.63/bluecove-2.1.1-SNAPSHOT.jar
17 blucat.sh
18 build.xml
19)
20noextract=(
21 bluecove-2.1.1-SNAPSHOT.jar
22)
23sha512sums=(
24 'SKIP'
25 cae92c40082e1c5268fc9893dfef2ffffe99ce3fc02fcba4578bfcd9b923ff26437555c6244d25fd6cf58fff78e1ca308505fb0fbb5c18bf4a0db1ddf8b737c8
26 b58eb2595f66ebb97a99e97f4fc5115ee7649b75771adea42e8bc3a5de011c7c18017c70cbd84225533e59384443eefb46b006f600300a95fa00e9b35e17d7f2
27 7c663dc39e3f76f9f8bc16b5a7135aae8c1d5b4d59eaf84012848b2c64b3534ecd5ff82936420a28002e71a5396fc72b7d101e07df2a1a1da76b5b9ce292b5f5
28)
29
30prepare() {
31 # sanitize dependencies, it will be easier later to package them
32 # NOTE: there is a blucove package in AUR but blucat requires the snapshot
33 cd ${pkgname}
34 rm -rf lib
35 mkdir lib
36 mv ../bluecove-2.1.1-SNAPSHOT.jar lib/
37
38 # change the build.xml to a more cleaner version which also point to the right libraries (commons-io and bluecove)
39 rm build.xml
40 mv ../build.xml ./
41}
42
43build() {
44 cd ${pkgname}
45 ant jar
46}
47
48package() {
49 install -d -m755 ${pkgdir}/usr/share/java/${pkgname}
50 install -d -m755 ${pkgdir}/usr/bin
51 install -m644 ${pkgname}/lib/bluecove-2.1.1-SNAPSHOT.jar "${pkgdir}/usr/share/java/${pkgname}/"
52 install -m644 ${pkgname}/build/${pkgname}.jar "${pkgdir}/usr/share/java/${pkgname}/"
53 install -T -m755 blucat.sh "${pkgdir}/usr/bin/blucat"
54}
55

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 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