hpltt
maintainer Timmy1e
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a prebuilt binary from HPE's official downloads domain, which is the vendor's legitimate release infrastructure, making it a standard and trusted source despite not being on a whitelist.
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 source is a prebuilt binary from HPE's official downloads domain, which is the vendor's legitimate release infrastructure, making it a standard and trusted source despite not being on a whitelist.
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:20
source_x86_64=('https://downloads.hpe.com/pub/softlib2/software1/pubsw-generic/p1910951539/v269121/hpe_ltt66_linux_x86_64.tar'{,.sig})
PKGBUILD
1 offending line(s) highlighted
1
# Contributor: Adam Nielsen <malvineous@shikadi.net>
2
# Maintainer: Tim van Leuverden <TvanLeuverden at Gmail dot com>
3
4
#
5
# After install, launch by running /usr/bin/hpe_ltt
6
#
7
8
pkgname=hpltt
9
pkgver=6.6
10
pkgrel=1
11
pkgdesc="HP Library & Tape Tools - diagnostics for HP tape drives"
12
arch=('x86_64')
13
url="https://buy.hpe.com/us/en/storage/storage-software/storage-device-management-software/storeever-tape-device-management-software/hpe-library-tape-tools/p/406729"
14
license=('custom:HPLTT')
15
makedepends=('libarchive')
16
depends=('ncurses5-compat-libs')
17
options=(!strip)
18
validpgpkeys=('57446EFDE098E5C934B69C7DC208ADDE26C2B797')
19
20
source_x86_64=('https://downloads.hpe.com/pub/softlib2/software1/pubsw-generic/p1910951539/v269121/hpe_ltt66_linux_x86_64.tar'{,.sig})
21
sha256sums_x86_64=('8588da0a69889fed427129bad8906f80c6e878473086ed35b9e83bf3e7bd4bb2'
22
'709df142b5343ce7f1b89b314af30da450c131428dd97a6be0214d04cd388644')
23
24
package() {
25
bsdtar -x -f hpeltt-*.rpm || (error "Multiple .rpm files in source folder, please clean remnants from earlier build (delete $srcdir and use makepkg -c in future)" ; exit 1)
26
mv opt "$pkgdir/"
27
install -d "$pkgdir/usr/bin"
28
29
# Put a symlink in /usr/bin for ease of launch
30
ln -s "/opt/ltt/hpe_ltt" "$pkgdir/usr/bin/hpe_ltt"
31
32
# Don't know why any dirs need to be world-writable when the app runs as root
33
# anyway, let's fix
34
find "$pkgdir/opt/ltt" -type d -exec chmod 755 {} \;
35
}
36
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 |