hyclock
maintainer hydraontop
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from a legitimate source tarball hosted on GitHub, but has a skipped checksum and few votes, indicating lower community trust; no malicious behavior is present.
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 builds from a legitimate source tarball hosted on GitHub, but has a skipped checksum and few votes, indicating lower community trust; no malicious behavior is present.
PKGBUILD
1
pkgname=hyclock
2
pkgver=0.1.0
3
pkgrel=1
4
pkgdesc="Une horloge ASCII pour le terminal écrite en Python"
5
arch=('any')
6
url="https://github.com/lfotkrc/hyclock"
7
license=('MIT')
8
9
depends=(
10
'python'
11
'python-rich'
12
'python-pyfiglet'
13
'python-colorama'
14
)
15
16
makedepends=(
17
'python-build'
18
'python-installer'
19
'python-wheel'
20
'python-setuptools'
21
)
22
23
source=(
24
"https://github.com/lfotkrc/hyclock/archive/refs/tags/v${pkgver}.tar.gz"
25
)
26
27
sha256sums=(
28
'SKIP'
29
)
30
31
32
build() {
33
cd "$srcdir/$pkgname-$pkgver"
34
35
python -m build --wheel --no-isolation
36
}
37
38
39
package() {
40
cd "$srcdir/$pkgname-$pkgver"
41
42
python -m installer \
43
--destdir="$pkgdir" \
44
dist/*.whl
45
}
Changes since previous scan
--- PKGBUILD @ 2026-07-26 19:33+++ PKGBUILD @ 2026-08-03 00:08@@ -17,6 +17,7 @@ 'python-build' 'python-installer' 'python-wheel'+ 'python-setuptools' ) source=(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 21:33:42 | LOW | 2 |
| 2026-07-26 19:33:02 | LOW | 2 |