zsh-fzy-git
maintainer ilovemikael
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from the project's official GitHub repository, installs only ZSH plugin files and a script, and the 'SKIP' checksum is acceptable for git sources; the orphaned status does not imply malicious content.
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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package builds from the project's official GitHub repository, installs only ZSH plugin files and a script, and the 'SKIP' checksum is acceptable for git sources; the orphaned status does not imply malicious content.
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: neeshy <neeshy@tfwno.gf>
2
_pkgname=zsh-fzy
3
pkgname="$_pkgname-git"
4
pkgver=latest
5
pkgrel=1
6
pkgdesc="Use the fzy fuzzy-finder in ZSH"
7
arch=('any')
8
url="https://github.com/aperezdc/zsh-fzy"
9
license=('MIT')
10
depends=('zsh')
11
makedepends=('git')
12
source=("git+https://github.com/aperezdc/zsh-fzy.git")
13
sha256sums=('SKIP')
14
15
pkgver() {
16
cd "$srcdir/$_pkgname"
17
printf 'r%s.%s' "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
18
}
19
20
package() {
21
cd "$srcdir/$_pkgname"
22
install -Dm644 zsh-fzy.plugin.zsh "$pkgdir/usr/share/zsh/plugins/zsh-fzy/zsh-fzy.zsh"
23
ln -s zsh-fzy.zsh "$pkgdir/usr/share/zsh/plugins/zsh-fzy/zsh-fzy.plugin.zsh"
24
install -Dm755 fzy-tmux "$pkgdir/usr/share/zsh/plugins/zsh-fzy/fzy-tmux"
25
}
26
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 00:14:10 | LOW | 2 |
| 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 |
| 2026-07-16 11:51:28 | MEDIUM | 1 |
| 2026-06-18 16:11:54 | CLEAN | 0 |