markless
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
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)
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# Maintainer: Yukari Hafner <shinmera@tymoon.eu>
pkgname=markless
pkgver=1.2.9
pkgrel=1
epoch=0
pkgdesc="Allows translating from and to Markless structured text files."
arch=('i686' 'x86_64' 'aarch64')
url="https://github.com/shirakumo/cl-markless"
license=('zlib' 'BSD')
groups=()
options=("!strip")
makedepends=('sbcl')
source=("https://github.com/shirakumo/cl-markless/archive/v$pkgver.tar.gz"
"https://beta.quicklisp.org/quicklisp.lisp")
b2sums=('ad5d79dd3f0a5a95c0ed8eba47700a16c3f37eafd76480ab529ac3bd8da78d20e9b1d984ca2ae5448c0b023d10be16efdd7c40bc219f91cf5d9a45fab885b0ea'
'57d0d29e08d77176fea4f01e644fc11bdb96e9efbd132cbb9720192d3b47599f5ce3c6e0307b44c33add06bd70c28004b8efb8968f1d9deb881a2db4ac615772')
prepare() {
if [ ! -d "quicklisp" ]; then
sbcl --disable-debugger --no-sysinit --no-userinit \
--load "quicklisp.lisp" \
--eval '(quicklisp-quickstart:install :path "quicklisp/")' \
--eval '(ql-dist:install-dist "http://dist.shirakumo.org/shirakumo.txt" :prompt NIL)' \
--eval '(quit)'
fi
}
build() {
sbcl --disable-debugger --no-sysinit --no-userinit \
--load "quicklisp/setup.lisp" \
--eval "(asdf:load-asd \"$(pwd)/cl-markless-$pkgver/cl-markless.asd\")" \
--eval "(asdf:load-asd \"$(pwd)/cl-markless-$pkgver/plump/cl-markless-plump.asd\")" \
--eval "(asdf:load-asd \"$(pwd)/cl-markless-$pkgver/epub/cl-markless-epub.asd\")" \
--eval "(asdf:load-asd \"$(pwd)/cl-markless-$pkgver/markdown/cl-markless-markdown.asd\")" \
--eval "(asdf:load-asd \"$(pwd)/cl-markless-$pkgver/latex/cl-markless-latex.asd\")" \
--eval "(asdf:load-asd \"$(pwd)/cl-markless-$pkgver/standalone/cl-markless-standalone.asd\")" \
--eval '(ql:quickload :cl-markless-standalone)' \
--eval '(asdf:make :cl-markless)' \
--eval '(quit)'
}
package() {
mkdir -p "$pkgdir/usr/bin/"
cp "cl-markless-$pkgver/standalone/cl-markless.run" "$pkgdir/usr/bin/markless"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |