schleuder-cli

LOW
maintainer orphaned 0 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

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

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 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)
Medium source=() URL on a non-standard host 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
1# Maintainer: Matt Quintanilla <matt @ matt quintanilla . xyz>
2# Contributor: Andreas 'Segaja' Schleifer <archlinux at segaja dot de>
3pkgname='schleuder-cli'
4pkgver=0.2.0
5pkgrel=3
6pkgdesc='A command line tool to create and manage schleuder-lists.'
7arch=(any)
8url='https://schleuder.org'
9license=('GPL3')
10options=(!emptydirs)
11depends=('ruby' 'ruby-thor')
12checkdepends=('ruby-bundler' 'ruby-rspec')
13source=("https://0xacab.org/schleuder/schleuder-cli/-/archive/schleuder-cli-${pkgver}/schleuder-cli-schleuder-cli-${pkgver}.tar.gz")
14sha512sums=('05927c903ddd8b26d74d813c6783c2304eb62caa7c4c50bcb83d0c9b68b41faf3f9b7323d85e86a3b6b76f1b186d43d5ae24ece571fc4d5567e4a20a91f8072e')
15
16prepare() {
17 cd "${pkgname}-${pkgname}-${pkgver}"
18
19 # we built based on a tar acrhive, not a git repo
20 sed --in-place 's/git ls-files bin/find bin -type f/' "${pkgname}.gemspec"
21 sed --in-place 's/git ls-files/find/' "${pkgname}.gemspec"
22
23 # update gemspec/Gemfile to allow newever version of the dependencies
24 sed --in-place --regexp-extended 's|~>|>=|g' "${pkgname}.gemspec"
25}
26
27build() {
28 cd "${pkgname}-${pkgname}-${pkgver}"
29
30 gem build "${pkgname}.gemspec"
31}
32
33check() {
34 cd "${pkgname}-${pkgname}-${pkgver}"
35
36 rm Gemfile.lock
37
38 bundle exec rspec
39}
40
41package() {
42 cd "${pkgname}-${pkgname}-${pkgver}"
43
44 local _gemdir="$(gem env gemdir)"
45
46 gem install --ignore-dependencies --no-user-install --install-dir "${pkgdir}${_gemdir}" --bindir "${pkgdir}/usr/bin" "${pkgname}-${pkgver}.gem"
47
48 install -Dm 644 CHANGELOG.md CONTRIBUTING.md README.md --target-directory "${pkgdir}/usr/share/doc/${pkgname}"
49 install -Dm 644 man/*.8 --target-directory "${pkgdir}/usr/share/man/man8"
50
51 rm "${pkgdir}/${_gemdir}/cache/${pkgname}-${pkgver}.gem"
52}
53

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion