luma-bin
maintainer kozika
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package installs a prebuilt binary from the project's official GitHub release, which is a normal distribution method; the low severity is due to the binary nature and unverifiable build process, not malicious intent.
Triggered rules
LOW
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
LOW
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package installs a prebuilt binary from the project's official GitHub release, which is a normal distribution method; the low severity is due to the binary nature and unverifiable build process, not malicious intent.
PKGBUILD
1
# Maintainer: Kozika <kozikakkozika+aur at gmail dot com>
2
3
pkgname=luma-bin
4
pkgver=1.2.3
5
pkgrel=1
6
pkgdesc='Official Frida GUI for interactive dynamic instrumentation (prebuilt binary)'
7
arch=('x86_64')
8
url='https://luma.frida.re/'
9
license=('MIT')
10
depends=(
11
'at-spi2-core'
12
'cairo'
13
'fontconfig'
14
'freetype2'
15
'gcc-libs'
16
'gdk-pixbuf2'
17
'glib2'
18
'graphene'
19
'graphite'
20
'gtk4'
21
'harfbuzz'
22
'json-glib'
23
'libadwaita'
24
'libepoxy'
25
'libnice'
26
'librsvg'
27
'libsoup3'
28
'libzip'
29
'pango'
30
'sqlite'
31
'vulkan-icd-loader'
32
'webkitgtk-6.0'
33
'zlib'
34
)
35
provides=('luma')
36
conflicts=('luma')
37
options=('!strip')
38
source=("${pkgname}-${pkgver}.deb::https://github.com/frida/luma/releases/download/${pkgver}/luma-${pkgver}-ubuntu-26.04-x86_64.deb")
39
sha256sums=('8e5c44320080e256093abefd40c33ce6c4e74416e16dc826204ace5c2aacd86a')
40
41
package() {
42
bsdtar -xf "${srcdir}/${pkgname}-${pkgver}.deb" -C "${srcdir}" data.tar.zst
43
bsdtar -xf "${srcdir}/data.tar.zst" -C "${pkgdir}"
44
}
45
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 05:16:02 | LOW | 2 |