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>
2pkgname=openomen
3pkgver=0.3.4
4pkgrel=1
5pkgdesc="Unofficial CLI, driver and daemon for managing HP Victus/OMEN laptops on Linux"
6arch=('x86_64')
7url="https://github.com/openomen/openomen"
8license=('MIT')
9depends=()
10optdepends=()
11source=("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")
16sha256sums=('SKIP'
17 'SKIP'
18 'SKIP'
19 'SKIP'
20 'SKIP')
21install="$pkgname.install"
22
23package() {
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)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion