dripfetch

LOW
maintainer Dominiquini 1 votes scanned 2026-09-12 05:10:45.876440
View on AUR
Why flagged

The package builds from a GitHub source tarball with a valid checksum, which is normal for AUR packages; the low severity is due to few votes and recent upload, not malicious content.

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 GitHub source tarball with a valid checksum, which is normal for AUR packages; the low severity is due to few votes and recent upload, not malicious content.

PKGBUILD

1# Maintainer: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
2
3pkgauthor="a-shygun"
4pkgname="dripfetch"
5pkgver=0.1.1
6pkgrel=1
7pkgdesc="A customizable terminal system information display with animated rain"
8
9_pypi_package=${pkgname}
10_pypi_version=${pkgver}
11
12license=('MIT')
13arch=('any')
14
15_url_pypi="https://pypi.org/project/${pkgname}/"
16_url_github="https://github.com/${pkgauthor}/${pkgname}"
17url="${_url_github}"
18
19provides=("${_pypi_package}")
20makedepends=('python-setuptools' 'python-wheel' 'python-build' 'python-installer')
21depends=('bash' 'python' 'python-psutil' 'python-ruamel-yaml')
22
23# source=("https://files.pythonhosted.org/packages/source/${_pypi_package::1}/${_pypi_package//-/_}/${_pypi_package//-/_}-${_pypi_version}.tar.gz")
24source=("${_pypi_package}-${_pypi_version}.tar.gz::${_url_github}/archive/refs/tags/v${pkgver}.tar.gz")
25sha256sums=('c43743a0ea59bec1643a9553e1015e01e422477916f79989a9d70d98507a74b9')
26
27build() {
28 cd "${srcdir}/${_pypi_package}-${_pypi_version}/" || exit
29
30 python -m build --wheel --no-isolation
31}
32
33package() {
34 cd "${srcdir}/${_pypi_package}-${_pypi_version}/" || exit
35
36 python -m installer --destdir="${pkgdir}" dist/*.whl
37
38 install -Dm644 "README.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
39
40 install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
41}
42

Scan history

Scanned at (UTC)SeverityRules
2026-09-12 05:10:45 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