panotourpro
maintainer asm0dey
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source tarball from the project's official domain (kolor.com), which is a legitimate host for the software, and installs it without executing remote code or introducing unverifiable binaries.
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 a source tarball from the project's official domain (kolor.com), which is a legitimate host for the software, and installs it without executing remote code or introducing unverifiable binaries.
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:14
source=("PanotourPro_Linux64_$_pkgver.tar.gz::http://download.kolor.com/ptp/stable/linux64targz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: asm0dey <pavel.finkelshtein@gmail.com>
2
pkgname=panotourpro
3
pkgver=2.5.14
4
_pkgver=2514_201808-10
5
_pkgname=PanotourPro
6
pkgrel=1
7
pkgdesc='Create pro-quality virtual tours (trial version).'
8
arch=('x86_64')
9
url='http://kolor.com/'
10
license=('custom: "commercial"')
11
depends=('qt5-base' 'libsrtp0' 'pango' 'gstreamer0.10' 'taglib' 'schroedinger' 'libcddb' 'twolame' 'libmad' 'zvbi' 'libshout')
12
install=$pkgname.install
13
14
source=("PanotourPro_Linux64_$_pkgver.tar.gz::http://download.kolor.com/ptp/stable/linux64targz"
15
"$pkgname"
16
"$pkgname.desktop"
17
"$pkgname.png")
18
md5sums=('e9547b4e02e3e4d4cabf89cd7ad64857'
19
'2fb0de89c4749a8a50c7a8fe14555d98'
20
'361fb305589d79e1047f57c8809a6a30'
21
'38a6cdebc5175c97a5cd0a8cac4b1b11')
22
23
package(){
24
cd "$srcdir/$_pkgname" || return 1
25
install -dm755 $pkgdir/opt/$pkgname || return 1
26
tar -c ./ | tar -x -C $pkgdir/opt/$pkgname || return 1
27
install -Dm755 $srcdir/$pkgname $pkgdir/usr/bin/$pkgname || return 1
28
install -Dm644 "$srcdir/$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
29
install -Dm644 "$srcdir/$pkgname.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
30
}
31
32
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |