python-sclack-git

LOW
maintainer Giovani_Geek 0 votes scanned 2026-09-05 07:59:42.017587
View on AUR
Why flagged

The package builds from the project's own GitHub repository, 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 the project's own GitHub repository, which is normal for AUR packages; the low severity is due to few votes and recent upload, not malicious content.

PKGBUILD

1# shellcheck disable=SC2034,SC2154,SC2164
2# Maintainer: Energetix/Dark Nebula <https://github.com/Jobanny-Friki>
3
4pkgname=python-sclack-git
5_pkgname=sclack-git
6pkgver=r301.da75272
7pkgrel=1
8pkgdesc="A Slack client for your terminal"
9arch=('any')
10url="https://github.com/haskellcamargo/sclack"
11license=('GPL-3.0-or-later')
12depends=('python' 'python-slackclient' 'python-urwid' 'python-websocket-client')
13makedepends=('git' 'python-build' 'python-installer' 'python-wheel' 'python-setuptools')
14provides=('sclack')
15conflicts=('sclack')
16source=("sclack::git+https://github.com/haskellcamargo/sclack.git")
17sha256sums=('SKIP')
18
19pkgver() {
20 cd sclack
21 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
22}
23
24build() {
25 cd sclack
26 rm -rf dist
27 python -m build --wheel --no-isolation
28}
29
30package() {
31 cd sclack
32 python -m installer --destdir="$pkgdir" dist/*.whl
33 if [ -f LICENSE ]; then
34 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$_pkgname/LICENSE"
35 fi
36}
37

Scan history

Scanned at (UTC)SeverityRules
2026-09-05 07:59:42 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