schleuder-cli
The source is a tarball from the project's official GitLab instance (0xacab.org), which is plausibly the project's own infrastructure; building and installing a Ruby gem from this source is normal for AUR packages and poses low risk.
Triggered rules
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 95%): The source is a tarball from the project's official GitLab instance (0xacab.org), which is plausibly the project's own infrastructure; building and installing a Ruby gem from this source is normal for AUR packages and poses low risk.
-
PKGBUILD:46
gem install --ignore-dependencies --no-user-install --install-dir "${pkgdir}${_gemdir}" --bindir "${pkgdir}/usr/bin" "${pkgname}-${pkgver}.gem"
1 higher static finding superseded - not the current verdict (shown for transparency)
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:13
source=("https://0xacab.org/schleuder/schleuder-cli/-/archive/schleuder-cli-${pkgver}/schleuder-cli-schleuder-cli-${pkgver}.tar.gz")
PKGBUILD
2 offending line(s) highlighted# Maintainer: Matt Quintanilla <matt @ matt quintanilla . xyz>
# Contributor: Andreas 'Segaja' Schleifer <archlinux at segaja dot de>
pkgname='schleuder-cli'
pkgver=0.2.0
pkgrel=3
pkgdesc='A command line tool to create and manage schleuder-lists.'
arch=(any)
url='https://schleuder.org'
license=('GPL3')
options=(!emptydirs)
depends=('ruby' 'ruby-thor')
checkdepends=('ruby-bundler' 'ruby-rspec')
source=("https://0xacab.org/schleuder/schleuder-cli/-/archive/schleuder-cli-${pkgver}/schleuder-cli-schleuder-cli-${pkgver}.tar.gz")
sha512sums=('05927c903ddd8b26d74d813c6783c2304eb62caa7c4c50bcb83d0c9b68b41faf3f9b7323d85e86a3b6b76f1b186d43d5ae24ece571fc4d5567e4a20a91f8072e')
prepare() {
cd "${pkgname}-${pkgname}-${pkgver}"
# we built based on a tar acrhive, not a git repo
sed --in-place 's/git ls-files bin/find bin -type f/' "${pkgname}.gemspec"
sed --in-place 's/git ls-files/find/' "${pkgname}.gemspec"
# update gemspec/Gemfile to allow newever version of the dependencies
sed --in-place --regexp-extended 's|~>|>=|g' "${pkgname}.gemspec"
}
build() {
cd "${pkgname}-${pkgname}-${pkgver}"
gem build "${pkgname}.gemspec"
}
check() {
cd "${pkgname}-${pkgname}-${pkgver}"
rm Gemfile.lock
bundle exec rspec
}
package() {
cd "${pkgname}-${pkgname}-${pkgver}"
local _gemdir="$(gem env gemdir)"
gem install --ignore-dependencies --no-user-install --install-dir "${pkgdir}${_gemdir}" --bindir "${pkgdir}/usr/bin" "${pkgname}-${pkgver}.gem"
install -Dm 644 CHANGELOG.md CONTRIBUTING.md README.md --target-directory "${pkgdir}/usr/share/doc/${pkgname}"
install -Dm 644 man/*.8 --target-directory "${pkgdir}/usr/share/man/man8"
rm "${pkgdir}/${_gemdir}/cache/${pkgname}-${pkgver}.gem"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |