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>
3
pkgname=moodle-dl-git
4
_pkgname=Moodle-Downloader-2
5
pkgver=v2.3.1.9.r2.g20bbfc2
6
pkgrel=2
7
pkgdesc='Moodle downloader to download course content automatically'
8
arch=('any')
9
url='https://github.com/C0D3D3V/Moodle-Downloader-2'
10
license=('GPL3')
11
depends=('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')
16
makedepends=('python-build' 'python-installer' 'python-wheel' 'git')
17
conflicts=('moodle-dl')
18
provides=('moodle-dl')
19
source=('git+https://github.com/C0D3D3V/Moodle-Downloader-2.git')
20
md5sums=('SKIP')
21
22
pkgver() {
23
cd "$_pkgname"
24
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
25
}
26
27
build() {
28
cd "$_pkgname"
29
python -m build --wheel --no-isolation
30
}
31
32
package() {
33
cd "$_pkgname"
34
python -m installer --destdir="$pkgdir" dist/*.whl
35
}
36
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 |