fronde

maintainer milouse · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
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-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

Report a package

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

0 / 4000
Your suggestion