wapt-agent

MEDIUM
maintainer flomine 1 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads a prebuilt .deb from a non-standard host (wapt.tranquil.it) which is not a widely recognized or official domain, posing a potential supply-chain risk if the host is compromised or unauthorized.

Triggered rules

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://wapt.tranquil.it/debian/wapt-2.6.1.17834/pool/main/t/tis-waptagent/tis-waptagent_2.6.1.17834-bd5dd3d4-amd64_amd64.deb"
Medium AI review llm_review

An AI model (qwen/qwen3-235b-a22b-07-25) reviewed this and agrees it is MEDIUM (confidence 90%): The package downloads a prebuilt .deb from a non-standard host (wapt.tranquil.it) which is not a widely recognized or official domain, posing a potential supply-chain risk if the host is compromised or unauthorized.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Franck Lominé <flomine@insa-rennes.fr>
2
3pkgname=wapt-agent
4pkgver=2.6.1.17834
5pkgrel=1
6pkgdesc="WAPT Agent"
7arch=('x86_64')
8url="https://www.wapt.fr/en/doc/"
9license=('custom')
10optdepends=('syslog-ng')
11options=(!strip !debug !lto)
12source=("https://wapt.tranquil.it/debian/wapt-2.6.1.17834/pool/main/t/tis-waptagent/tis-waptagent_2.6.1.17834-bd5dd3d4-amd64_amd64.deb"
13 "LICENSE")
14b2sums=('43f698157ea8e82fa0d43f55d9c58ed7fb18896f406010fc73025795c7b49f55278f93784bd502f39f24c6e3c05557769f2633ef155edd636c06c9643805af62'
15 'cd5269b8c3c36750904835e589d401e868c808df46ee265aa63b8720a09d066448f03b20c7e45949ae5ef59bf3ca90d73d15a0e18ce786f91ee51193e615c501')
16
17package() {
18 tar -xf data.tar.xz --no-same-owner -C "${pkgdir}"
19
20 # postinstall of deb file (based on postinst file)
21 echo Setting up log files
22 mkdir -p $pkgdir/var/log
23 touch $pkgdir/var/log/waptservice.log
24 chown root:root $pkgdir/var/log/waptservice.log
25 chmod 640 $pkgdir/var/log/waptservice.log
26
27 echo Tightening up permissions
28 [ ! -d $pkgdir/opt/wapt/private ] && mkdir $pkgdir/opt/wapt/private
29 chown -R root:root $pkgdir/opt/wapt/private
30 chmod -R 700 $pkgdir/opt/wapt/private
31
32 [ -f $pkgdir/opt/wapt/wapt-get.ini ] && chown root:root $pkgdir/opt/wapt/wapt-get.ini && chown root:root $pkgdir/opt/wapt/wapt-get.ini
33
34 [ ! -d $pkgdir/opt/wapt/ssl ] && mkdir $pkgdir/opt/wapt/ssl
35 [ ! -d $pkgdir/opt/wapt/ssl/server ] && mkdir $pkgdir/opt/wapt/ssl/server
36 [ ! -d $pkgdir/opt/wapt/db ] && mkdir $pkgdir/opt/wapt/db
37
38 chown root:root $pkgdir/opt/wapt/db
39 chmod 755 $pkgdir/opt/wapt/db
40
41 # Install license
42 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
43
44 echo
45 echo -------------------------------------------------------------
46 echo 'Enable the service, systemctl enable waptservice'
47 echo -------------------------------------------------------------
48 echo
49}
50

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Medium 2
2026-09-16 00:03:17 Medium 2
2026-09-15 00:25:31 Medium 2
2026-09-14 00:27:57 Medium 2
2026-09-13 00:19:54 Medium 2
2026-09-12 00:25:17 Medium 2
2026-09-11 00:19:22 Medium 2
2026-09-10 00:22:44 Medium 2
2026-09-09 00:04:09 Medium 2
2026-09-08 00:18:08 Medium 2
2026-09-07 00:30:15 Medium 2
2026-09-06 00:17:06 Medium 2
2026-09-05 00:16:27 Medium 2
2026-09-04 00:03:13 Medium 2
2026-09-03 00:15:47 Medium 2
2026-09-02 00:02:31 Medium 2
2026-09-01 00:11:19 Medium 2
2026-08-31 00:19:57 Medium 2
2026-08-30 00:04:14 Medium 2
2026-08-29 00:29:17 Medium 2

Report a package

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

0 / 4000
Your suggestion