hpltt

LOW
maintainer Timmy1e 2 votes scanned 2026-09-17 00:27:14.276658
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
8pkgname=hpltt
9pkgver=6.6
10pkgrel=1
11pkgdesc="HP Library & Tape Tools - diagnostics for HP tape drives"
12arch=('x86_64')
13url="https://buy.hpe.com/us/en/storage/storage-software/storage-device-management-software/storeever-tape-device-management-software/hpe-library-tape-tools/p/406729"
14license=('custom:HPLTT')
15makedepends=('libarchive')
16depends=('ncurses5-compat-libs')
17options=(!strip)
18validpgpkeys=('57446EFDE098E5C934B69C7DC208ADDE26C2B797')
19
20source_x86_64=('https://downloads.hpe.com/pub/softlib2/software1/pubsw-generic/p1910951539/v269121/hpe_ltt66_linux_x86_64.tar'{,.sig})
21sha256sums_x86_64=('8588da0a69889fed427129bad8906f80c6e878473086ed35b9e83bf3e7bd4bb2'
22 '709df142b5343ce7f1b89b314af30da450c131428dd97a6be0214d04cd388644')
23
24package() {
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)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion