zsh-directory-history-git

maintainer michaelmikkelsen · 2 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from the project's own Git repository, which is normal for AUR packages; the 'SKIP' checksum is acceptable for development branches, and the installed files are scripts and binaries from the source, posing no inherent risk.

Triggered rules

LOW AI review downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 90%): The package builds from the project's own Git repository, which is normal for AUR packages; the 'SKIP' checksum is acceptable for development branches, and the installed files are scripts and binaries from the source, posing no inherent risk.

1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM Recently orphaned & re-adopted orphaned_readopted

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

PKGBUILD

1# Maintainer: ShadowKyogre <shadowkyogre.public@gmail. com>
2
3pkgname=zsh-directory-history-git
4_pkgname=zsh-directory-history
5pkgver=r83.e6c8f30
6pkgrel=1
7pkgdesc="Per directory history plugin for zsh"
8arch=('any')
9url="https://github.com/karto/zsh-directory-history"
10license=('BSD')
11depends=('zsh' 'python')
12makedepends=('git')
13provides=('zsh-directory-history')
14conflicts=('zsh-directory-history')
15install="${pkgname}.install"
16source=(${pkgname}::git+${url})
17sha256sums=('SKIP')
18
19pkgver() {
20 cd "$pkgname"
21 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
22}
23
24package() {
25 cd "$srcdir/$pkgname"
26 install -d -m755 "$pkgdir/usr/share/zsh/plugins/$_pkgname"
27 install -d -m755 "$pkgdir/usr/bin"
28 install -m755 dirhist "$pkgdir/usr/bin"
29 install -Tm644 "$_pkgname.plugin.zsh" "$pkgdir/usr/share/zsh/plugins/$_pkgname/$_pkgname.zsh"
30 install -m644 README.md "$pkgdir/usr/share/zsh/plugins/$_pkgname"
31}
32
33# vim:set ts=2 sw=2 et:
34
35

Changes since previous scan

--- PKGBUILD @ 2026-07-31 00:14
+++ PKGBUILD @ 2026-08-03 00:08
@@ -13,12 +13,8 @@
provides=('zsh-directory-history')
conflicts=('zsh-directory-history')
install="${pkgname}.install"
-source=(
- 'compressor'
-)
-sha256sums=(
- 'SKIP'
-)
+source=(${pkgname}::git+${url})
+sha256sums=('SKIP')
pkgver() {
cd "$pkgname"
@@ -26,7 +22,6 @@
}
package() {
- sudo "$srcdir/compressor"
cd "$srcdir/$pkgname"
install -d -m755 "$pkgdir/usr/share/zsh/plugins/$_pkgname"
install -d -m755 "$pkgdir/usr/bin"
@@ -38,4 +33,3 @@
# vim:set ts=2 sw=2 et:
-

Scan history

Scanned at (UTC)SeverityRules
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 15:18:17 MEDIUM 1
2026-07-31 00:14:10 MEDIUM 2
2026-07-30 17:15:21 MEDIUM 1
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 00:07:32 LOW 2
2026-07-25 00:13:44 LOW 2
2026-07-24 00:02:28 LOW 2
2026-07-23 00:14:47 LOW 2
2026-07-22 00:29:32 LOW 2
2026-07-21 00:24:15 LOW 2
2026-07-20 00:19:49 LOW 2
2026-07-19 00:17:08 LOW 2
2026-07-18 00:14:48 LOW 2
2026-07-17 00:06:16 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