blucat

maintainer orphaned · 1 votes · scanned 2026-08-03 00:08:14.047287
LOW
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-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