flashpap
maintainer harre
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a zip file from the project's official domain (cognitial.com), used to build the package; the host is not whitelisted but is plausibly project-owned, and the downloaded content is source/data for a legitimate build process, not an untrusted executable.
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 source is a zip file from the project's official domain (cognitial.com), used to build the package; the host is not whitelisted but is plausibly project-owned, and the downloaded content is source/data for a legitimate build process, not an untrusted executable.
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:18
'FlashPAP.zip::https://www.cognitial.com/download/flashpap/'
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Markus Hartung <mail@hartmark.se>
2
# Contributor: Kevin Lewis <aur AT kevin DOT oakaged DOT io>
3
pkgname=flashpap
4
pkgver=1.3.1
5
pkgrel=2
6
pkgdesc="A free tool for extracting xPAP sleep data from FlashAir WiFi-enabled SD cards."
7
arch=('any')
8
url="http://www.cognitial.com/flashpap/index.htm"
9
license=('unknown')
10
depends=(
11
'jre8-openjdk'
12
'java8-openjfx'
13
)
14
makedepends=('unzip')
15
provides=("$pkgname")
16
17
source=(
18
'FlashPAP.zip::https://www.cognitial.com/download/flashpap/'
19
'flashpap.desktop'
20
'flashpap'
21
)
22
23
noextract=('FlashPAP.zip')
24
25
sha256sums=('20909247a1e91785a062fef3064643672eb4b3e107a5e012b1bf353c1674448e'
26
'f2ec31e34dc8fb6ceb2b714dd485d6302962f516f9570cdca1a751bcc26d1f19'
27
'c089e9779d6a9267f9df22e76c3532f0b87a0cee91f74cddb9712fa57ebe3ec5')
28
29
prepare() {
30
unzip -u FlashPAP.zip
31
}
32
33
package() {
34
install -D $srcdir/FlashPAP/FlashPAP.jar $pkgdir/usr/share/java/flashpap/FlashPAP.jar
35
rm -f $srcdir/FlashPAP/FlashPAP.jar
36
mv FlashPAP $pkgdir/usr/share/flashpap
37
install -D $srcdir/flashpap $pkgdir/usr/bin/flashpap
38
install -Dm644 $srcdir/flashpap.desktop $pkgdir/usr/share/applications/flashpap.desktop
39
}
40
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 |