fronde

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

The source is a tarball from a project-owned git host (git.umaneti.net) which is not on the standard whitelist but hosts the project's own source; building from own-source is normal AUR practice and the content is not executable in a way that poses a supply-chain 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 a project-owned git host (git.umaneti.net) which is not on the standard whitelist but hosts the project's own source; building from own-source is normal AUR practice and the content is not executable in a way that poses a supply-chain risk.

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:14 source=("https://git.umaneti.net/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.gz")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Étienne Deparis <etienne@depar.is>
2
3pkgname=fronde
4pkgver=0.6.1
5pkgrel=1
6pkgdesc="An opinionated static website generator for Emacs Org mode"
7url="https://etienne.depar.is/fronde"
8arch=("any")
9license=("custom:WTFPL")
10checkdepends=("ruby-rspec" "ruby-simplecov")
11depends=("emacs" "ruby>=3.3.0" "ruby<3.4.0" "ruby-i18n" "ruby-liquid"
12 "ruby-nokogiri>=1.15" "ruby-rainbow" "ruby-rake" "ruby-webrick")
13options=("!emptydirs")
14source=("https://git.umaneti.net/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.gz")
15sha512sums=('0f68c03adf1225c69d280c8e0b0441f0a0d57e5b938da2f4d4827ee348be67b4023b7ba05c39f0db13957a55df1ea03e5f5689cd1293210f82fe10d65ebf3d9d')
16
17build() {
18 cd ${pkgname}-${pkgver}
19 gem build ${pkgname}.gemspec
20
21 cat <<EOF > Rakefile
22ENV['LANG'] = 'en_US.UTF-8'
23require_relative './lib/fronde/config'
24Dir.glob('./lib/tasks/*.rake').each { |r| import r }
25EOF
26 rake cli:zsh_complete > _fronde
27 rake cli:fish_complete > fronde.fish
28}
29
30check() {
31 cd ${pkgname}-${pkgver}
32 # The following fix encoding errors when rspec is run inside a docker
33 # container, which default LANG is just C (what make ruby defaults to
34 # US-ASCII)
35 sed -i "2i Encoding.default_external = 'UTF-8'" spec/requirements.rb
36 rspec
37}
38
39package() {
40 local _gemdir="$(ruby -e'puts Gem.default_dir')"
41
42 cd ${pkgname}-${pkgver}
43 gem install --ignore-dependencies --no-user-install --no-document \
44 -i "${pkgdir}${_gemdir}" -n "${pkgdir}/usr/bin" \
45 ${pkgname}-${pkgver}.gem
46 rm "${pkgdir}/${_gemdir}/cache/${pkgname}-${pkgver}.gem"
47
48 install -Dm 644 README.org -t "${pkgdir}/usr/share/doc/${pkgname}"
49 install -Dm 644 DOCUMENTATION.org -t "${pkgdir}/usr/share/doc/${pkgname}"
50 install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
51
52 install -Dm 644 _fronde -t "${pkgdir}/usr/share/zsh/site-functions"
53 install -Dm 644 fronde.fish -t "${pkgdir}/usr/share/fish/completions"
54}
55

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