arcconf
maintainer k0ste
· 3 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads official Microchip (Adaptec) software from the vendor's own domain via a non-whitelisted but legitimate URL; the source is not executable code but prebuilt binaries from the official vendor, and the worst case of a swapped source is limited to supply-chain risk from the vendor's infrastructure, which is expected for this type of utility.
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 official Microchip (Adaptec) software from the vendor's own domain via a non-whitelisted but legitimate URL; the source is not executable code but prebuilt binaries from the official vendor, and the worst case of a swapped source is limited to supply-chain risk from the vendor's infrastructure, which is expected for this type of utility.
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:15
source=("${pkgname}_B${_pkgrel}.zip::https://microchip.com/bin/mchp/downloadeuladocument.json?path=%2FaemDocuments%2Fdocuments%2Fadaptec%2Fsoftware%2F${pkgname}_B${_pkgrel}.zip"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Shalygin Konstantin <k0ste@k0ste.ru>
2
# Contributor: Shalygin Konstantin <k0ste@k0ste.ru>
3
4
pkgname='arcconf'
5
_pkgname='Arcconf'
6
_pkgrel='28391'
7
pkgver="5.09.00.${_pkgrel}"
8
_rpmver="5.09-${_pkgrel}"
9
pkgrel='1'
10
pkgdesc='Microsemi Adaptec command line interface utility'
11
arch=('x86_64' 'aarch64')
12
makedepends=('libarchive')
13
url='https://microchip.com/en-us/adaptec'
14
license=('custom')
15
source=("${pkgname}_B${_pkgrel}.zip::https://microchip.com/bin/mchp/downloadeuladocument.json?path=%2FaemDocuments%2Fdocuments%2Fadaptec%2Fsoftware%2F${pkgname}_B${_pkgrel}.zip"
16
"${pkgname}_v3_07_23980.zip::https://microchip.com/bin/mchp/downloadeuladocument.json?path=%2FaemDocuments%2Fdocuments%2Fadaptec%2Fsoftware%2F${pkgname}_v3_07_23980.zip")
17
sha256sums=('58897538963c45073f0f62d5aab986ca8b295dc5f43e6b81d14aa69d9c22f032'
18
'7041ff8dad06dfb1ef3559af60227ac9f864183bbaf0dcbbe0c148293868b873')
19
noextract=("${source[@]##*/}")
20
21
_current_str="${pkgname}_${_pkgrel}"
22
_legacy_str="${pkgname}_legacy"
23
_archstr="$([[ "${CARCH}" == 'x86_64' ]] && \
24
echo -n "${_current_str}_src/linux_x64/rpm" || \
25
echo -n "${_current_str}_src/linuxarm_x64/rpm")"
26
# The legacy is version of software for HBA1000 Adaptec controlles and older (the 'aacraid' linux driver)
27
# The 'current' version support HBA1100 Microsemi controllers and higher (the 'smartpqi' linux driver)
28
_archstr_legacy="$([[ "${CARCH}" == 'x86_64' ]] && \
29
echo -n "${_legacy_str}_src/linux_64/rpm" || \
30
echo -n "${_legacy_str}_src/linux_64/arm/linuxarm_x64/rpm")"
31
32
prepare() {
33
mkdir "${_current_str}_src" "${_legacy_str}_src" "${_current_str}" "${_legacy_str}"
34
bsdtar xf "${pkgname}_B${_pkgrel}.zip" -C "${_current_str}_src"
35
bsdtar xf "${pkgname}_v3_07_23980.zip" -C "${_legacy_str}_src"
36
37
bsdtar xf "${_archstr}/${_pkgname}-${_rpmver}.${CARCH}.rpm" -C "${_current_str}"
38
bsdtar xf "${_archstr_legacy}/${_pkgname}-3.07-23980.${CARCH}.rpm" -C "${_legacy_str}"
39
}
40
41
package() {
42
install -Dm0755 "${_current_str}/usr/${_pkgname}/${pkgname}" -t "${pkgdir}/usr/bin"
43
install -Dm0644 "${_current_str}/usr/${_pkgname}/License.txt" \
44
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
45
install -Dm0755 "${_legacy_str}/usr/${_pkgname}/${pkgname}" "${pkgdir}/usr/bin/${pkgname}-legacy"
46
}
47
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 |