satysfi-git
maintainer taskie
· 4 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from the project's own source via git and uses opam, a standard OCaml package manager, for dependencies; this is normal for the ecosystem and not inherently dangerous.
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 package builds from the project's own source via git and uses opam, a standard OCaml package manager, for dependencies; this is normal for the ecosystem and not inherently dangerous.
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:36
opam install --deps-only satysfi
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: taskie <t at skie dot jp>
2
# Contributor: yozu <yasuo at ozu dot email>
3
4
pkgname=satysfi-git
5
_pkgname=SATySFi
6
pkgver=r2678.c2cbc482
7
pkgrel=1
8
pkgdesc='A statically-typed, functional typesetting system'
9
arch=('x86_64')
10
url='https://github.com/gfngfn/SATySFi'
11
license=('LGPL-3.0-only')
12
depends=('glibc')
13
optdepends=()
14
makedepends=('git' 'opam' 'wget')
15
conflicts=('satysfi')
16
provides=('satysfi')
17
options=()
18
source=("git+https://github.com/gfngfn/${_pkgname}")
19
md5sums=('SKIP')
20
21
pkgver() {
22
cd "${_pkgname}"
23
printf 'r%s.%s' "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
24
}
25
26
build() {
27
cd "${_pkgname}"
28
export OPAMROOT="${srcdir}/.opam"
29
export OPAMYES=1
30
opam init --no-setup --bare
31
opam switch create ocaml4-satysfi --repos=satysfi-external=https://github.com/gfngfn/satysfi-external-repo.git,default 4.14.2
32
eval "$(opam env --switch=ocaml4-satysfi)"
33
opam pin add --no-action satysfi .
34
# bypass "ERROR: Preinstalled ocamlbuild detected at ..."
35
export CHECK_IF_PREINSTALLED=false
36
opam install --deps-only satysfi
37
make PREFIX=/usr
38
./download-fonts.sh
39
}
40
41
package() {
42
cd "${_pkgname}"
43
make install PREFIX="${pkgdir}/usr"
44
./install-libs.sh "${pkgdir}/usr/share/satysfi"
45
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
46
}
47
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 |