uniflash
The package downloads a legitimate Texas Instruments UniFlash installer from an official TI domain (dr-download.ti.com), which is not on the whitelist but is plausibly the project's official source; the installer is executed locally to extract the application, which is standard for such tools.
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 legitimate Texas Instruments UniFlash installer from an official TI domain (dr-download.ti.com), which is not on the whitelist but is plausibly the project's official source; the installer is executed locally to extract the application, which is standard for such tools.
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:18
source=(${pkgname}_sl.$pkgver.run::https://dr-download.ti.com/software-development/software-programming-tool/MD-QeJBJLj8gq/9.1.0/${pkgname}_sl.$pkgver.run
PKGBUILD
1 offending line(s) highlighted# Maintainer: Reaper Lu <dingiso dot oah at gmail dot com>
# Contributor: Mansour Behabadi <mansour at oxplot dot com>
# Contributor: Jimmy Stelzer <jimmy dot stelzer at gmail dot com>
# Contributor: Mikołaj Chwalisz <chwalisz at tkn.tu-berlin dot de>
pkgname=uniflash
pkgver=9.1.0.5175
pkgrel=1
pkgdesc="Universal Flash Programmer for Texas Instruments devices. Provides a single interface for programming Flash memory and executing Flash based operations on supported targets."
arch=('i686' 'x86_64')
url="https://processors.wiki.ti.com/index.php/Category:CCS_UniFlash"
license=('custom:TECHNOLOGY SOFTWARE PUBLICLY AVAILABLE by Texas Instruments Incorporated')
depends=(
'gconf'
'libudev0-shim'
'libusb-compat'
'libcanberra')
optdepends=()
source=(${pkgname}_sl.$pkgver.run::https://dr-download.ti.com/software-development/software-programming-tool/MD-QeJBJLj8gq/9.1.0/${pkgname}_sl.$pkgver.run
62-msp430uif.rules)
noextract=("${pkgname}_sl.$pkgver.run")
options=(!strip)
sha256sums=('a9b61ebf741a6dcdaad2ce02fd32cba4f4efa22f00f4b9c92458bd7e76941da5'
'e6fc064be173031f3a845f937b2dd7bd6742125e2bcb18f943968dde27b10cfb')
DLAGENTS=('https::/usr/bin/curl -fLC - --cookie nada -o %o %u')
prepare() {
cd "$srcdir"
msg "If you continue you will accept the license, more information at https://processors.wiki.ti.com/index.php/Category:CCS_UniFlash."
chmod +x ${pkgname}_sl.$pkgver.run
}
build() {
cd "$srcdir"
}
package() {
cd "$srcdir"
./${pkgname}_sl.$pkgver.run --unattendedmodeui none --mode unattended --prefix $pkgdir/opt/ti/uniflash
cd "$pkgdir/opt/ti/uniflash"
sed -s "s|$pkgdir||g" -i UniFlash.desktop
install -d "$pkgdir/usr/share/applications"
install -m 644 "$pkgdir/opt/ti/uniflash/UniFlash.desktop" "$pkgdir/usr/share/applications/UniFlash.desktop"
cd "TICloudAgentHostApp/install_scripts/"
install -d "$pkgdir/etc/udev/rules.d/"
install -m 644 -D "70-mm-no-ti-emulators.rules" "$pkgdir/etc/udev/rules.d/72-mm-no-ti-emulators.rules"
install -m 644 -D "71-ti-permissions.rules" "$pkgdir/etc/udev/rules.d/73-ti-permissions.rules"
install -m 644 "$srcdir/62-msp430uif.rules" "$pkgdir/etc/udev/rules.d/62-msp430uif.rules"
}
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 |