python-fastdiract-git
LOW
maintainer Giovani_Geek
0 votes
scanned 2026-09-05 07:59:42.017587
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
4
pkgname=python-fastdiract-git
5
_pkgname=fastdiract-git
6
pkgver=r7.0ed8f5c
7
pkgrel=1
8
pkgdesc="Ultra-fast directory/action jumping for the shell, using fzf for context switching"
9
arch=('any')
10
url="https://github.com/dp12/fastdiract"
11
license=('MIT')
12
depends=('bash' 'fzf' 'python')
13
makedepends=('git')
14
provides=('fastdiract')
15
conflicts=('fastdiract')
16
source=("fastdiract::git+https://github.com/dp12/fastdiract.git")
17
sha256sums=('SKIP')
18
19
pkgver() {
20
cd fastdiract
21
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
22
}
23
24
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-05 07:59:42 | Low | 2 |