nectar
maintainer Fuwn
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The gem install is for 'bashly', a build tool used to generate scripts from a configuration file; it is run during prepare() for building the package, not an external install of the software itself, and the source is from a trusted git repository.
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 gem install is for 'bashly', a build tool used to generate scripts from a configuration file; it is run during prepare() for building the package, not an external install of the software itself, and the source is from a trusted git repository.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
External install via pipx/uv/poetry/cargo/go/gem
alt_pkg_manager_install
A non-pip/npm package manager (pipx, uv, poetry, cargo install, go install, gem, conda…) fetches and builds an external package at build time, outside source=() and makepkg's checksums.
-
PKGBUILD:16
gem install --user-install bashly
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Fuwn <contact@fuwn.me>
2
3
pkgname='nectar'
4
pkgver=0.1.2
5
pkgrel=1
6
pkgdesc='Command-line Honeyfeed Reader'
7
arch=('any')
8
url='https://github.com/Fuwn/nectar'
9
license=('GPL-3.0-only')
10
depends=('gum' 'curl' 'pup' 'pandoc' 'glow')
11
makedepends=('ruby' 'rubygems' 'git')
12
source=("git+https://github.com/Fuwn/nectar.git#tag=v${pkgver}")
13
sha256sums=('SKIP')
14
15
prepare() {
16
gem install --user-install bashly
17
}
18
19
pkgver() {
20
cd "${srcdir}/${pkgname}"
21
22
git describe --tags "$(git rev-list --tags --max-count=1)" | sed 's/v//'
23
}
24
25
build() {
26
cd "${srcdir}/${pkgname}"
27
28
bashly generate
29
}
30
31
package() {
32
cd "${srcdir}/${pkgname}"
33
34
mkdir -p "${pkgdir}/usr/bin"
35
36
install -m755 nectar "${pkgdir}/usr/bin/${pkgname}"
37
}
38
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 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |