brailleblaster-bin
maintainer jticket1024
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt zip from a Microsoft Azure Blob Storage host, which is non-standard but plausibly the official project's release infrastructure; the source is verified via a fixed checksum and contains only data and Java binaries for a legitimate accessibility tool, with no evidence of code execution or exfiltration.
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 zip from a Microsoft Azure Blob Storage host, which is non-standard but plausibly the official project's release infrastructure; the source is verified via a fixed checksum and contains only data and Java binaries for a legitimate accessibility tool, with no evidence of code execution or exfiltration.
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:11
source=("https://aphassets.blob.core.windows.net/${_dlname}/dist/stable/${_dlname}-${pkgver}-stable.zip"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Jeremiah Ticket <seashellpromises@gmail.com>
2
pkgname=('brailleblaster-bin')
3
pkgver=2.0.42
4
pkgrel=1
5
pkgdesc='a braille translater written in java'
6
arch=('x86_64')
7
depends=('java-environment>=17')
8
license=('custom')
9
url='https://www.brailleblaster.org/'
10
_dlname='brailleblaster'
11
source=("https://aphassets.blob.core.windows.net/${_dlname}/dist/stable/${_dlname}-${pkgver}-stable.zip"
12
"brailleblaster.desktop"
13
"brailleblaster.sh")
14
sha256sums=('d4ca8a3e3519d369be4a1c217af3000c918cdb3d57b93bb72c1fcfb2c39e9593'
15
'e206b8149f0197dd3e207886b01ced78e69db71850125e686e2a506e797e5880'
16
'0aadb597445281067eae8ad09ffda9bb5f93422cda849c0086dfed5b64c80c84')
17
18
package() {
19
install -Dm644 ${srcdir}/LICENSE.txt ${pkgdir}/usr/share/licenses/${_dlname}/LICENSE
20
install -dm755 $pkgdir/opt/${_dlname}/
21
install -Dm644 ${_dlname}.desktop $pkgdir/usr/share/applications/${_dlname}.desktop
22
rm ${srcdir}/brailleblaster-nix.sh
23
cp -r ${srcdir}/* $pkgdir/opt/${_dlname}/
24
rm ${srcdir}/${_dlname}-${pkgver}-stable.zip
25
install -Dm755 brailleblaster.sh $pkgdir/opt/${_dlname}/brailleblaster-nix.sh
26
}
27
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 |