startech-usb-crash-cart-adapter
The source is a driver and utility software package from StarTech's official CDN, used to install udev rules and a wrapper script; it is not an obfuscated or executable payload run during build, and the host, while not whitelisted, is plausibly the project's official distribution point.
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 source is a driver and utility software package from StarTech's official CDN, used to install udev rules and a wrapper script; it is not an obfuscated or executable payload run during build, and the host, while not whitelisted, is plausibly the project's official distribution point.
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:22
source=("notescon-${pkgver}.zip::https://sgcdn.startech.com/005329/media/sets/notecons02_drivers/notecons02%20linux%20software%20pack.zip")
PKGBUILD
1 offending line(s) highlighted# maintainer: x2416 <x2416x at gmail dot com>
#
# Most of this sourced from PKGBUILD found here -- https://gist.github.com/georgyo/d5c82709ec944a785976/revisions
#
# This is based heavily on work found posted four years ago
# on github by georgyo (George Shammas) but updated to use current version found
# on startechs website. Enjoy!
#
# This works on notecons02 and notecons01.
#
# ---------------------------------------------------
# Defines
# ---------------------------------------------------
pkgname=startech-usb-crash-cart-adapter
pkgver=20181017
pkgrel=2
pkgdesc='StarTech usb crash cart adapter notecons software'
arch=('x86_64')
url='http://www.startech.com/Server-Management/KVM-Switches/USB-Crash-Cart-Adapter~NOTECONS02'
license=('unknown')
source=("notescon-${pkgver}.zip::https://sgcdn.startech.com/005329/media/sets/notecons02_drivers/notecons02%20linux%20software%20pack.zip")
sha256sums=('54cb0387e09b10300cb617e5ab54f0a20881ba672fe2e970c19be6924cf24608')
package() {
# Change directory into pkg where we'll do our business
cd $pkgdir
# Extract the files inside the rpm we moved into place during the prepare phase
bsdtar -xf "${srcdir}/Linux RPM/Install-64bit.rpm"
# Install files that match the following pattern into usr/lib/udev/rules.d
install -D -t usr/lib/udev/rules.d opt/usb-crash-cart-adapter/${pkgver}/12-dcc*-install.rules
# Make sure the destination path exists up until the last DEST, and then copy SRC to DEST
# This puts the icon in place on certain window managers
install -D opt/usb-crash-cart-adapter/${pkgver}/main-18235253.net-icon.desktop usr/share/applications/usb-crash-cart-adapter.desktop
# This copies the wrapper program to be extracted to usr/bin/usb-crash-cart-adapter
install -D opt/usb-crash-cart-adapter/${pkgver}/wrapper usr/bin/usb-crash-cart-adapter
}
post_install() {
# after install, call udevadm trigger to read for updates
udevadm trigger
}
post_upgrade() {
# after upgrade, call udevadm trigger to read for updates
udevadm trigger
}
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 |