3dm2
maintainer mrxx
· 3 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a Broadcom/LSI official download from a plausible vendor domain, hosting prebuilt binaries for a legitimate RAID management tool; while the host is not a standard code forge, it is the vendor's own infrastructure, and the package installs only the vendor's official binaries and data files.
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 Broadcom/LSI official download from a plausible vendor domain, hosting prebuilt binaries for a legitimate RAID management tool; while the host is not a standard code forge, it is the vendor's own infrastructure, and the package installs only the vendor's official binaries and data files.
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:12
source=("https://docs.broadcom.com/docs-and-downloads/raid-controllers/raid-controllers-common-files/3DM2_CLI-linux_10-2-2-1_9-5-5-1.zip"
PKGBUILD
1 offending line(s) highlighted
1
# Contributor: Tom Richards <tom@tomrichards.net>
2
pkgname=3dm2
3
pkgver='2.11.00.021'
4
pkgrel=1
5
pkgdesc="LSI 3ware SATA+SAS RAID controller software. Includes 3dm2 and tw_cli."
6
arch=('x86' 'x86_64')
7
url="http://www.3ware.com"
8
license=('custom')
9
conflicts=('tw_cli')
10
backup=('etc/3dm2/3dm2.conf' 'etc/3dm2/3dm2.pem')
11
install=${pkgname}.install
12
source=("https://docs.broadcom.com/docs-and-downloads/raid-controllers/raid-controllers-common-files/3DM2_CLI-linux_10-2-2-1_9-5-5-1.zip"
13
'3dm2.service')
14
sha256sums=('5354dd539d01163ee6d371da1bd595157dc6db8bfe0907dbb2b920d88cd627a9'
15
'45903bd7b2848da5200f15d8e390f68ddfe14a9d5640818e8df75f6817e77463')
16
17
build() {
18
tar xf tdmCliLnx.tgz
19
tar xf tdm2Msg.tgz
20
tar xf tdm2Help.tgz
21
sed -i 's@Help .*@Help /usr/share/doc/3dm2/html@' 3dm2.conf
22
sed -i 's@MsgPath .*@MsgPath /usr/share/3dm2/msg@' 3dm2.conf
23
}
24
25
package() {
26
# tw_cli
27
install -Dm755 tw_cli.${CARCH} "${pkgdir}/usr/bin/tw_cli"
28
install -Dm644 tw_cli.8.nroff "${pkgdir}/usr/share/man/man8/tw_cli.8"
29
install -Dm644 tw_cli.8.html "${pkgdir}/usr/share/doc/${pkgname}/html/tw_cli.8.html"
30
31
# 3dm2 web interface
32
install -Dm755 3dm2.${CARCH} "${pkgdir}/usr/bin/3dm2"
33
install -Dm755 3dm2u.${CARCH} "${pkgdir}/usr/bin/3dm2u"
34
install -Dm644 3dm2.conf "${pkgdir}/etc/3dm2/3dm2.conf"
35
install -Dm644 logo.gif "${pkgdir}/etc/3dm2/logo.gif"
36
install -Dm644 tdm_msg_en "${pkgdir}/usr/share/${pkgname}/msg/tdm_msg_en"
37
install -Dm644 tw_msg_en "${pkgdir}/usr/share/${pkgname}/msg/tw_msg_en"
38
39
# doc
40
cp -R en "${pkgdir}/usr/share/doc/${pkgname}/html"
41
42
# license
43
install -Dm644 license.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
44
45
# service
46
install -Dm644 3dm2.service "${pkgdir}/usr/lib/systemd/system/3dm2.service"
47
}
48
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 |