openomen
maintainer spiriwind
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package installs an unofficial CLI tool for HP Victus/OMEN laptops from a GitHub release, with unverifiable prebuilt binaries due to skipped checksums, but no obfuscated code or remote execution; the risk is limited to the binary itself being malicious.
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 an unofficial CLI tool for HP Victus/OMEN laptops from a GitHub release, with unverifiable prebuilt binaries due to skipped checksums, but no obfuscated code or remote execution; the risk is limited to the binary itself being malicious.
PKGBUILD
1
# Maintainer: jo <matchless7198 at gmail dot com>
2
pkgname=openomen
3
pkgver=0.3.4
4
pkgrel=1
5
pkgdesc="Unofficial CLI, driver and daemon for managing HP Victus/OMEN laptops on Linux"
6
arch=('x86_64')
7
url="https://github.com/openomen/openomen"
8
license=('MIT')
9
depends=()
10
optdepends=()
11
source=("openomen-${pkgver}::https://github.com/openomen/openomen/releases/download/v${pkgver}/openomen"
12
"openomen.bash"
13
"openomen.fish"
14
"openomen.1"
15
"openomen.zh_CN.1")
16
sha256sums=('SKIP'
17
'SKIP'
18
'SKIP'
19
'SKIP'
20
'SKIP')
21
install="$pkgname.install"
22
23
package() {
24
# Binary
25
install -Dm755 "$srcdir/openomen-${pkgver}" "$pkgdir/usr/bin/openomen"
26
27
# Bash completion
28
install -Dm644 "$srcdir/openomen.bash" "$pkgdir/usr/share/bash-completion/completions/openomen"
29
30
# Fish completion
31
install -Dm644 "$srcdir/openomen.fish" "$pkgdir/usr/share/fish/vendor_completions.d/openomen.fish"
32
33
# Man pages
34
install -Dm644 "$srcdir/openomen.1" "$pkgdir/usr/share/man/man1/openomen.1"
35
install -Dm644 "$srcdir/openomen.zh_CN.1" "$pkgdir/usr/share/man/zh_CN/man1/openomen.1"
36
}
37
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 17:35:03 | LOW | 2 |