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
4pkgname='arcconf'
5_pkgname='Arcconf'
6_pkgrel='28391'
7pkgver="5.09.00.${_pkgrel}"
8_rpmver="5.09-${_pkgrel}"
9pkgrel='1'
10pkgdesc='Microsemi Adaptec command line interface utility'
11arch=('x86_64' 'aarch64')
12makedepends=('libarchive')
13url='https://microchip.com/en-us/adaptec'
14license=('custom')
15source=("${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")
17sha256sums=('58897538963c45073f0f62d5aab986ca8b295dc5f43e6b81d14aa69d9c22f032'
18 '7041ff8dad06dfb1ef3559af60227ac9f864183bbaf0dcbbe0c148293868b873')
19noextract=("${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
32prepare() {
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
41package() {
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)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion