python-fastdiract-git

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

Package builds from the project's own Git repository, which is normal for -git AUR packages; the source is not a prebuilt executable, and 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%): Package builds from the project's own Git repository, which is normal for -git AUR packages; the source is not a prebuilt executable, and 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-fastdiract-git
5_pkgname=fastdiract-git
6pkgver=r7.0ed8f5c
7pkgrel=1
8pkgdesc="Ultra-fast directory/action jumping for the shell, using fzf for context switching"
9arch=('any')
10url="https://github.com/dp12/fastdiract"
11license=('MIT')
12depends=('bash' 'fzf' 'python')
13makedepends=('git')
14provides=('fastdiract')
15conflicts=('fastdiract')
16source=("fastdiract::git+https://github.com/dp12/fastdiract.git")
17sha256sums=('SKIP')
18
19pkgver() {
20 cd fastdiract
21 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
22}
23
24package() {
25 cd fastdiract
26 install -d "$pkgdir/usr/share/$_pkgname"
27 cp -r ./* "$pkgdir/usr/share/$_pkgname/"
28 rm -f "$pkgdir/usr/share/$_pkgname/install.sh"
29 if [ -f LICENSE ]; then
30 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$_pkgname/LICENSE"
31 fi
32}
33

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