drmcru-bin
maintainer ssupt
· 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 GitHub releases, which is a normal distribution method; the binary is not executed during build and comes from the official project source, so the risk is low despite the unverifiable checksum.
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 GitHub releases, which is a normal distribution method; the binary is not executed during build and comes from the official project source, so the risk is low despite the unverifiable checksum.
PKGBUILD
1
# Maintainer: Lorenzo Golluscio <149246609+ssupt@users.noreply.github.com>
2
3
pkgname=drmcru-bin
4
_pkgname=drmcru
5
pkgver=0.1.2
6
pkgrel=1
7
pkgdesc="Linux DRM/KMS custom resolution and EDID override utility"
8
arch=('x86_64')
9
url="https://github.com/ssupt/drmcru"
10
license=('GPL-3.0-or-later')
11
provides=('drmcru')
12
conflicts=('drmcru')
13
options=('!strip' '!debug')
14
source_x86_64=("${_pkgname}-${pkgver}::${url}/releases/download/v${pkgver}/${_pkgname}-${pkgver}-x86_64-unknown-linux-musl")
15
sha256sums_x86_64=('9fc58f5a319ef71a4d3abd963974e87c455af396b58d00212efd69025a872dee')
16
17
package() {
18
install -Dm755 "${srcdir}/${_pkgname}-${pkgver}" "${pkgdir}/usr/bin/${_pkgname}"
19
}
20
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 11:20:06 | LOW | 2 |
| 2026-07-22 05:19:42 | LOW | 2 |