ocaml4-findlib
maintainer FabioLolix
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is downloaded from the project's official domain (camlcity.org), which is plausibly the project's own infrastructure; building from official source is normal AUR practice despite the non-whitelisted host.
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 downloaded from the project's official domain (camlcity.org), which is plausibly the project's own infrastructure; building from official source is normal AUR practice despite the non-whitelisted host.
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:20
source=("http://download.camlcity.org/download/findlib-$pkgver.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Fabio 'Lolix' Loli <fabio.loli@disroot.org> -> https://github.com/FabioLolix
2
# Contributor: Alexander F. Rødseth <xyproto@archlinux.org>
3
# Contributor: Lukas Fleischer <lfleischer@archlinux.org>
4
# Contributor: Thomas S Hatch <thatch45@gmail.com>
5
# Contributor: Sebastian Wiesner <lunaryorn@googlemail.com>
6
# Contributor: Benjamin Andresen <benny@klapmuetz.org>
7
# Contributor: scj <scj@archlinux.us>
8
# Contributor: Alif <alive4ever@live.com>
9
10
pkgname=ocaml4-findlib
11
pkgver=1.9.6
12
pkgrel=3
13
pkgdesc='OCaml package manager'
14
arch=(x86_64)
15
url='http://projects.camlcity.org/projects/findlib.html'
16
license=(MIT)
17
depends=(ocaml4-compiler-libs ocaml4)
18
conflicts=(ocaml-findlib)
19
options=(!makeflags !strip staticlibs zipman)
20
source=("http://download.camlcity.org/download/findlib-$pkgver.tar.gz")
21
b2sums=('c9c98b9e92c0cf690e2c8794a1ed606c0288d49a016dfa08592c9f617be1020385f52bf37345a7cbcbc7f0fcb19750a6617036cbf90afef231eccdbc7132baf8')
22
23
build() {
24
cd findlib-$pkgver
25
./configure \
26
-config /etc/findlib.conf \
27
-mandir /usr/share/man \
28
-sitelib /usr/lib/ocaml
29
make all opt
30
}
31
32
package () {
33
cd findlib-$pkgver
34
make prefix="$pkgdir" install
35
install -Dm755 src/findlib/ocamlfind_opt "$pkgdir/usr/bin/ocamlfind_opt"
36
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
37
}
38
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 |