uniflash
maintainer Dingisoul
· 5 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
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 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)
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: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
1
# Maintainer: Reaper Lu <dingiso dot oah at gmail dot com>
2
# Contributor: Mansour Behabadi <mansour at oxplot dot com>
3
# Contributor: Jimmy Stelzer <jimmy dot stelzer at gmail dot com>
4
# Contributor: Mikołaj Chwalisz <chwalisz at tkn.tu-berlin dot de>
5
pkgname=uniflash
6
pkgver=9.1.0.5175
7
pkgrel=1
8
pkgdesc="Universal Flash Programmer for Texas Instruments devices. Provides a single interface for programming Flash memory and executing Flash based operations on supported targets."
9
arch=('i686' 'x86_64')
10
url="https://processors.wiki.ti.com/index.php/Category:CCS_UniFlash"
11
license=('custom:TECHNOLOGY SOFTWARE PUBLICLY AVAILABLE by Texas Instruments Incorporated')
12
depends=(
13
'gconf'
14
'libudev0-shim'
15
'libusb-compat'
16
'libcanberra')
17
optdepends=()
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
19
62-msp430uif.rules)
20
noextract=("${pkgname}_sl.$pkgver.run")
21
options=(!strip)
22
sha256sums=('a9b61ebf741a6dcdaad2ce02fd32cba4f4efa22f00f4b9c92458bd7e76941da5'
23
'e6fc064be173031f3a845f937b2dd7bd6742125e2bcb18f943968dde27b10cfb')
24
25
DLAGENTS=('https::/usr/bin/curl -fLC - --cookie nada -o %o %u')
26
prepare() {
27
cd "$srcdir"
28
msg "If you continue you will accept the license, more information at https://processors.wiki.ti.com/index.php/Category:CCS_UniFlash."
29
chmod +x ${pkgname}_sl.$pkgver.run
30
}
31
build() {
32
cd "$srcdir"
33
34
}
35
36
package() {
37
cd "$srcdir"
38
./${pkgname}_sl.$pkgver.run --unattendedmodeui none --mode unattended --prefix $pkgdir/opt/ti/uniflash
39
cd "$pkgdir/opt/ti/uniflash"
40
41
sed -s "s|$pkgdir||g" -i UniFlash.desktop
42
install -d "$pkgdir/usr/share/applications"
43
install -m 644 "$pkgdir/opt/ti/uniflash/UniFlash.desktop" "$pkgdir/usr/share/applications/UniFlash.desktop"
44
45
cd "TICloudAgentHostApp/install_scripts/"
46
install -d "$pkgdir/etc/udev/rules.d/"
47
install -m 644 -D "70-mm-no-ti-emulators.rules" "$pkgdir/etc/udev/rules.d/72-mm-no-ti-emulators.rules"
48
install -m 644 -D "71-ti-permissions.rules" "$pkgdir/etc/udev/rules.d/73-ti-permissions.rules"
49
install -m 644 "$srcdir/62-msp430uif.rules" "$pkgdir/etc/udev/rules.d/62-msp430uif.rules"
50
}
51
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 |