brailleblaster-bin
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
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)
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# Maintainer: Jeremiah Ticket <seashellpromises@gmail.com>
pkgname=('brailleblaster-bin')
pkgver=2.0.42
pkgrel=1
pkgdesc='a braille translater written in java'
arch=('x86_64')
depends=('java-environment>=17')
license=('custom')
url='https://www.brailleblaster.org/'
_dlname='brailleblaster'
source=("https://aphassets.blob.core.windows.net/${_dlname}/dist/stable/${_dlname}-${pkgver}-stable.zip"
"brailleblaster.desktop"
"brailleblaster.sh")
sha256sums=('d4ca8a3e3519d369be4a1c217af3000c918cdb3d57b93bb72c1fcfb2c39e9593'
'e206b8149f0197dd3e207886b01ced78e69db71850125e686e2a506e797e5880'
'0aadb597445281067eae8ad09ffda9bb5f93422cda849c0086dfed5b64c80c84')
package() {
install -Dm644 ${srcdir}/LICENSE.txt ${pkgdir}/usr/share/licenses/${_dlname}/LICENSE
install -dm755 $pkgdir/opt/${_dlname}/
install -Dm644 ${_dlname}.desktop $pkgdir/usr/share/applications/${_dlname}.desktop
rm ${srcdir}/brailleblaster-nix.sh
cp -r ${srcdir}/* $pkgdir/opt/${_dlname}/
rm ${srcdir}/${_dlname}-${pkgver}-stable.zip
install -Dm755 brailleblaster.sh $pkgdir/opt/${_dlname}/brailleblaster-nix.sh
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |