arcconf
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
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)
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# Maintainer: Shalygin Konstantin <k0ste@k0ste.ru>
# Contributor: Shalygin Konstantin <k0ste@k0ste.ru>
pkgname='arcconf'
_pkgname='Arcconf'
_pkgrel='28391'
pkgver="5.09.00.${_pkgrel}"
_rpmver="5.09-${_pkgrel}"
pkgrel='1'
pkgdesc='Microsemi Adaptec command line interface utility'
arch=('x86_64' 'aarch64')
makedepends=('libarchive')
url='https://microchip.com/en-us/adaptec'
license=('custom')
source=("${pkgname}_B${_pkgrel}.zip::https://microchip.com/bin/mchp/downloadeuladocument.json?path=%2FaemDocuments%2Fdocuments%2Fadaptec%2Fsoftware%2F${pkgname}_B${_pkgrel}.zip"
"${pkgname}_v3_07_23980.zip::https://microchip.com/bin/mchp/downloadeuladocument.json?path=%2FaemDocuments%2Fdocuments%2Fadaptec%2Fsoftware%2F${pkgname}_v3_07_23980.zip")
sha256sums=('58897538963c45073f0f62d5aab986ca8b295dc5f43e6b81d14aa69d9c22f032'
'7041ff8dad06dfb1ef3559af60227ac9f864183bbaf0dcbbe0c148293868b873')
noextract=("${source[@]##*/}")
_current_str="${pkgname}_${_pkgrel}"
_legacy_str="${pkgname}_legacy"
_archstr="$([[ "${CARCH}" == 'x86_64' ]] && \
echo -n "${_current_str}_src/linux_x64/rpm" || \
echo -n "${_current_str}_src/linuxarm_x64/rpm")"
# The legacy is version of software for HBA1000 Adaptec controlles and older (the 'aacraid' linux driver)
# The 'current' version support HBA1100 Microsemi controllers and higher (the 'smartpqi' linux driver)
_archstr_legacy="$([[ "${CARCH}" == 'x86_64' ]] && \
echo -n "${_legacy_str}_src/linux_64/rpm" || \
echo -n "${_legacy_str}_src/linux_64/arm/linuxarm_x64/rpm")"
prepare() {
mkdir "${_current_str}_src" "${_legacy_str}_src" "${_current_str}" "${_legacy_str}"
bsdtar xf "${pkgname}_B${_pkgrel}.zip" -C "${_current_str}_src"
bsdtar xf "${pkgname}_v3_07_23980.zip" -C "${_legacy_str}_src"
bsdtar xf "${_archstr}/${_pkgname}-${_rpmver}.${CARCH}.rpm" -C "${_current_str}"
bsdtar xf "${_archstr_legacy}/${_pkgname}-3.07-23980.${CARCH}.rpm" -C "${_legacy_str}"
}
package() {
install -Dm0755 "${_current_str}/usr/${_pkgname}/${pkgname}" -t "${pkgdir}/usr/bin"
install -Dm0644 "${_current_str}/usr/${_pkgname}/License.txt" \
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
install -Dm0755 "${_legacy_str}/usr/${_pkgname}/${pkgname}" "${pkgdir}/usr/bin/${pkgname}-legacy"
}
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 |