panopta-agent
The package downloads a source tarball from the vendor's official domain (packages.panopta.com) which is plausibly the project's own release infrastructure; building from this source is normal AUR packaging behavior and the checksums are provided, making it low risk despite the host not being on a whitelist.
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 source tarball from the vendor's official domain (packages.panopta.com) which is plausibly the project's own release infrastructure; building from this source is normal AUR packaging behavior and the checksums are provided, making it low risk despite the host not being on a whitelist.
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:9
source=('https://packages.panopta.com/tar/panopta-agent-tarball-latest.tar.gz'
PKGBUILD
1 offending line(s) highlightedpkgname=panopta-agent
pkgver=2022.47.9
pkgrel=4
pkgdesc="Panopta monitoring agent"
arch=('any')
url="https://my.panopta.com"
license=('custom')
depends=('python' 'cronie')
source=('https://packages.panopta.com/tar/panopta-agent-tarball-latest.tar.gz'
'panopta-agent.cron'
'license.txt'
'agent.py.patch'
'agent_util.py.patch')
install=$pkgname.install
md5sums=('e8ac052af8f4cf832ecc2d07d5306e24'
'0e1c4e4fa5ff801fe9503307c39e73b2'
'2a657feea0ec01bf57ffad93686ea9c2'
'eb827036a06efca50d60c19b34930af8'
'60fe3dfc37ab85e264d47309eaae1597')
pkgver() {
cd "$srcdir"
echo $(tar -tf panopta-agent-tarball-latest.tar.gz | head -n1 | sed 's/panopta-agent-//; s/\///')
}
package() {
cd "$srcdir/$pkgname-$pkgver"
# /usr/lib
mkdir -p "$pkgdir/usr/lib/$pkgname"
cp -r lib/* "$pkgdir/usr/lib/$pkgname"
# Remove unneeded dependencies for other platforms
rm -rf "$pkgdir/usr/lib/panopta-agent/dependencies/linux2/"
rm -rf "$pkgdir/usr/lib/panopta-agent/dependencies/linux2-32/"
rm -rf "$pkgdir/usr/lib/panopta-agent/dependencies/sparc/"
rm -rf "$pkgdir/usr/lib/panopta-agent/dependencies/sunos5/"
rm -rf "$pkgdir/usr/lib/panopta-agent/dependencies/freebsd*/"
# Patch agent.py and agent_util.py that have some lingering python2 syntax.
patch "$pkgdir/usr/lib/panopta-agent/library/agent.py" "$srcdir/agent.py.patch"
patch "$pkgdir/usr/lib/panopta-agent/library/agent_util.py" "$srcdir/agent_util.py.patch"
# /usr/bin
mkdir -p "$pkgdir/usr/bin/$pkgname"
cp -r bin/* "$pkgdir/usr/bin/$pkgname"
# /var/lib
mkdir -p "$pkgdir/var/lib/$pkgname"
touch "$pkgdir/var/lib/$pkgname/register"
touch "$pkgdir/var/lib/$pkgname/report"
# Copy cron file
mkdir -p "$pkgdir/etc/cron.d"
install -Dm644 "$srcdir/$pkgname.cron" "$pkgdir/etc/cron.d/$pkgname"
# Copy license
mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
install -Dm644 "$srcdir/license.txt" "$pkgdir/usr/share/licenses/$pkgname/license.txt"
}
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 |