moodle-dl-git

maintainer c0d3d3v · 4 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged Package builds from its own official git repository, has normal dependencies, and the only issue is a SKIP'd checksum which is common for git sources; no malicious behavior detected.

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%): Package builds from its own official git repository, has normal dependencies, and the only issue is a SKIP'd checksum which is common for git sources; no malicious behavior detected.

1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM Recently orphaned & re-adopted orphaned_readopted

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

PKGBUILD

1# Maintainer: Mario Ortiz Manero <marioortizmanero@gmail.com>
2# Maintainer: Daniel Vogt <marioortizmanero@gmail.com>
3pkgname=moodle-dl-git
4_pkgname=Moodle-Downloader-2
5pkgver=v2.3.1.9.r2.g20bbfc2
6pkgrel=2
7pkgdesc='Moodle downloader to download course content automatically'
8arch=('any')
9url='https://github.com/C0D3D3V/Moodle-Downloader-2'
10license=('GPL3')
11depends=('python' 'ffmpeg' 'python-sentry_sdk' 'python-colorama'
12 'yt-dlp' 'python-certifi' 'python-html2text'
13 'python-requests' 'python-xmpppy-git' 'python-aiodns'
14 'python-aiofiles' 'python-aiohttp' 'python-colorlog'
15 'python-readchar')
16makedepends=('python-build' 'python-installer' 'python-wheel' 'git')
17conflicts=('moodle-dl')
18provides=('moodle-dl')
19source=('git+https://github.com/C0D3D3V/Moodle-Downloader-2.git')
20md5sums=('SKIP')
21
22pkgver() {
23 cd "$_pkgname"
24 git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
25}
26
27build() {
28 cd "$_pkgname"
29 python -m build --wheel --no-isolation
30}
31
32package() {
33 cd "$_pkgname"
34 python -m installer --destdir="$pkgdir" dist/*.whl
35}
36

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