avast-fss
The package downloads a prebuilt .deb from Avast's official repository domain (repo.avcdn.net), which is plausibly owned by Avast;虽非标准镜像站点 but the source is an official vendor release, and the package merely extracts and installs it without executing remote code or obfuscation.
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 a prebuilt .deb from Avast's official repository domain (repo.avcdn.net), which is plausibly owned by Avast;虽非标准镜像站点 but the source is an official vendor release, and the package merely extracts and installs it without executing remote code or obfuscation.
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:24
"https://repo.avcdn.net/linux-av/deb/pool/debian-bullseye/avast-fss_${pkgver}-${_pkgverbuild}_amd64.deb"
PKGBUILD
1 offending line(s) highlighted# Maintainer: TF <mail | at | sedi [DOT] one>
pkgname=avast-fss
pkgver=4.1.0
_pkgverbuild='1~debian11'
pkgrel=6
arch=('x86_64')
pkgdesc='Avast File Server Shield. Provides the On-Write scanning service.'
depends=("avast=${pkgver}")
backup=('etc/avast/fss.conf')
url='https://www.avast.com/business/products/linux-antivirus'
license=('custom')
noextract=(
"avast-fss_${pkgver}-${_pkgverbuild}_amd64.deb"
)
options=("!strip")
conflicts=( 'avast-proxy'
'eea'
'esets'
'eea-dkms'
'eea7-dkms')
install=${pkgname}.install
# Ubuntu Jammy depends on OpenSSL v3 (alpha) and I dont want to depend on openssl3-git here. so.. bullseye
source=(
"https://repo.avcdn.net/linux-av/deb/pool/debian-bullseye/avast-fss_${pkgver}-${_pkgverbuild}_amd64.deb"
"${pkgname}.install"
)
sha256sums=('fe5bc08a3e015368c61c0db2b5dc3fd0d0a926f3a11aa9976b4d9f191aedb3fe'
'97974db01b47671bd8705eac7c106d6b27ca4d033dd07f03774838d2abe4bc77')
validpgpkeys=('6AFE173577C4CBD621DF217FD093435AA3ED2C4A')
package() {
# uncompress base packages
bsdtar -xf avast-fss_${pkgver}-${_pkgverbuild}_amd64.deb
bsdtar -xf data.tar.xz -C ${pkgdir}/
# install deb post/pre scripts
[ ! -d "${pkgdir}/usr/share/${pkgname}/pkgscripts" ] && mkdir -p ${pkgdir}/usr/share/${pkgname}/pkgscripts
bsdtar -xf control.tar.gz -C ${pkgdir}/usr/share/${pkgname}/pkgscripts
chmod -R 755 ${pkgdir}/usr/share/${pkgname}/pkgscripts
# install lic
mkdir -p $pkgdir/usr/share/licenses/$pkgname/
install -Dm644 $pkgdir/usr/share/doc/$pkgname/LICENSE $pkgdir/usr/share/licenses/$pkgname/
}
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 |