htpc-manager-git

maintainer orphaned · 1 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from the project's own GitHub repository, which is normal for AUR packages; the skipped checksums are a minor concern but do not imply malice as the source is transparent and the build is reproducible from a public git repo.

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 package builds from the project's own GitHub repository, which is normal for AUR packages; the skipped checksums are a minor concern but do not imply malice as the source is transparent and the build is reproducible from a public git repo.

1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM Recently orphaned & re-adopted orphaned_readopted

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

PKGBUILD

1# Maintainer: Philipp Schmitt <philipp@schmitt.co>
2_pkgname="htpc-manager"
3pkgname="htpc-manager-git"
4pkgver=0.11.0.r274.gcd983bf
5pkgrel=3
6pkgdesc="A fully responsive interface to manage all your favorite software on your Htpc"
7arch=(any)
8url="http://htpc.io"
9license=('MIT')
10depends=('python2')
11source=("htpc-manager::git+https://github.com/styxit/HTPC-Manager#branch=master"
12 "htpc-manager.service")
13md5sums=('SKIP'
14 '316c7f323af1feba917480ae67cf6543')
15sha1sums=('SKIP'
16 'e5015344f427e5310351fa9c979ef959142f43fc')
17sha256sums=('SKIP'
18 'c288870b1ad8e8d5aedf743963807720c74078a9ced878e98032501bfec08b84')
19sha512sums=('SKIP'
20 'a4d6ca38fe78dea43f6e765dd8fe7e598f5482d27cced84aa65b3798858b9e97db893ac91d67f151ca884d97f2ad7e5decda4201b26778c572180427f83b0a9e')
21
22pkgver() {
23 cd "$_pkgname"
24 git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
25}
26
27package() {
28 cd "$srcdir"
29
30 msg2 "Install HTPC Manager to /opt/$_pkgname"
31 install -d -D -m 755 "${pkgdir}/opt/$_pkgname"
32 cp -dpr --no-preserve=ownership "${srcdir}/$_pkgname/"* "${pkgdir}/opt/$_pkgname"
33
34 msg2 "Create userdata folder"
35 install -o http -g http -d -D -m 750 "${pkgdir}/opt/$_pkgname/userdata"
36
37 msg2 "Install $_pkgname.service"
38 install -D -m 644 "${srcdir}/$_pkgname.service" "${pkgdir}/usr/lib/systemd/system/$_pkgname.service"
39}
40
41

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 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

Report a package

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

0 / 4000
Your suggestion