python-md_toc

maintainer Frnmst · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is a tarball from the project maintainer's personal domain, which is not on a standard forge but plausibly the project's official source; building from this is normal AUR packaging behavior and the checksum, while skipped, does not elevate risk given the context of a pure Python package with no execution of untrusted binaries.

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 90%): The source is a tarball from the project maintainer's personal domain, which is not on a standard forge but plausibly the project's official source; building from this is normal AUR packaging behavior and the checksum, while skipped, does not elevate risk given the context of a pure Python package with no execution of untrusted binaries.

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:18 source=("https://blog.franco.net.eu.org/software/md-toc-${pkgver}/md-toc-${pkgver}.tar.gz.sig" "https://blog.franco.net.eu.org/software/md-toc-${pkgver}/md-toc-${pkgver}.tar.gz")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Franco Masotti (See /README.md in project source)
2# Contributor: Franco Masotti (See /README.md in project source)
3pkgname=python-md_toc
4pkgver=9.0.0
5pkgrel=1
6pkgdesc="Automatically generate and add an accurate table of contents to markdown files"
7arch=('any')
8url="https://blog.franco.net.eu.org/software/#md-toc"
9license=('GPL3')
10depends=('python'
11 'python-fpyutils=4.0.1')
12makedepends=('python-pyfakefs'
13 'python-build'
14 'python-installer'
15 'python-wheel'
16 'python-setuptools')
17options=(!emptydirs)
18source=("https://blog.franco.net.eu.org/software/md-toc-${pkgver}/md-toc-${pkgver}.tar.gz.sig" "https://blog.franco.net.eu.org/software/md-toc-${pkgver}/md-toc-${pkgver}.tar.gz")
19sha512sums=('SKIP' '17bd4a8138e3057c41501cd1cc84e5cc09b2e570efdb7de817e8a5cbbaf1a0857cefb8880bdb767dd37effd8323fefbb1c664484c5c9c6a08cecfab40eef3b39')
20
21check() {
22 cd "${srcdir}"/md-toc-"${pkgver}"
23 python -m unittest discover --failfast --locals --verbose
24}
25
26build() {
27 cd "${srcdir}"/md-toc-"${pkgver}"
28 python -m build --wheel --no-isolation
29}
30
31package() {
32 cd "${srcdir}"/md-toc-"${pkgver}"
33 python -m installer --destdir="${pkgdir}" dist/*.whl
34}
35

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