markless

maintainer shinmera · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads quicklisp.lisp from beta.quicklisp.org, a legitimate and well-known Common Lisp dependency, and uses it to install dependencies in a standard way; the source is not obfuscated or malicious, and the build process is transparent and project-specific.

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 downloads quicklisp.lisp from beta.quicklisp.org, a legitimate and well-known Common Lisp dependency, and uses it to install dependencies in a standard way; the source is not obfuscated or malicious, and the build process is transparent and project-specific.

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 "https://beta.quicklisp.org/quicklisp.lisp")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Yukari Hafner <shinmera@tymoon.eu>
2pkgname=markless
3pkgver=1.2.9
4pkgrel=1
5epoch=0
6pkgdesc="Allows translating from and to Markless structured text files."
7arch=('i686' 'x86_64' 'aarch64')
8url="https://github.com/shirakumo/cl-markless"
9license=('zlib' 'BSD')
10groups=()
11options=("!strip")
12makedepends=('sbcl')
13source=("https://github.com/shirakumo/cl-markless/archive/v$pkgver.tar.gz"
14 "https://beta.quicklisp.org/quicklisp.lisp")
15b2sums=('ad5d79dd3f0a5a95c0ed8eba47700a16c3f37eafd76480ab529ac3bd8da78d20e9b1d984ca2ae5448c0b023d10be16efdd7c40bc219f91cf5d9a45fab885b0ea'
16 '57d0d29e08d77176fea4f01e644fc11bdb96e9efbd132cbb9720192d3b47599f5ce3c6e0307b44c33add06bd70c28004b8efb8968f1d9deb881a2db4ac615772')
17
18prepare() {
19 if [ ! -d "quicklisp" ]; then
20 sbcl --disable-debugger --no-sysinit --no-userinit \
21 --load "quicklisp.lisp" \
22 --eval '(quicklisp-quickstart:install :path "quicklisp/")' \
23 --eval '(ql-dist:install-dist "http://dist.shirakumo.org/shirakumo.txt" :prompt NIL)' \
24 --eval '(quit)'
25 fi
26}
27
28build() {
29 sbcl --disable-debugger --no-sysinit --no-userinit \
30 --load "quicklisp/setup.lisp" \
31 --eval "(asdf:load-asd \"$(pwd)/cl-markless-$pkgver/cl-markless.asd\")" \
32 --eval "(asdf:load-asd \"$(pwd)/cl-markless-$pkgver/plump/cl-markless-plump.asd\")" \
33 --eval "(asdf:load-asd \"$(pwd)/cl-markless-$pkgver/epub/cl-markless-epub.asd\")" \
34 --eval "(asdf:load-asd \"$(pwd)/cl-markless-$pkgver/markdown/cl-markless-markdown.asd\")" \
35 --eval "(asdf:load-asd \"$(pwd)/cl-markless-$pkgver/latex/cl-markless-latex.asd\")" \
36 --eval "(asdf:load-asd \"$(pwd)/cl-markless-$pkgver/standalone/cl-markless-standalone.asd\")" \
37 --eval '(ql:quickload :cl-markless-standalone)' \
38 --eval '(asdf:make :cl-markless)' \
39 --eval '(quit)'
40}
41
42package() {
43 mkdir -p "$pkgdir/usr/bin/"
44 cp "cl-markless-$pkgver/standalone/cl-markless.run" "$pkgdir/usr/bin/markless"
45}
46

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