mdcon-bin

LOW
maintainer Martan03 0 votes scanned 2026-09-11 00:19:22.387670
View on AUR
Why flagged

The package downloads a prebuilt binary from the maintainer's GitHub release, which is a common but less trustworthy practice than building from source; however, it is not actively malicious, and the binary is from a plausible project host.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Low AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package downloads a prebuilt binary from the maintainer's GitHub release, which is a common but less trustworthy practice than building from source; however, it is not actively malicious, and the binary is from a plausible project host.

PKGBUILD

1# Maintainer: Martan03 <martinslezak03@gmail.com>
2pkgname=mdcon-bin
3_pkgname=mdcon
4pkgver=0.1.0
5pkgrel=1
6pkgdesc="Utility for generating Table of Contents from Markdown file."
7arch=('x86_64')
8url="https://github.com/Martan03/mdcon"
9license=('GPL3')
10provides=("$_pkgname")
11conflicts=("$_pkgname")
12source=("https://github.com/Martan03/$_pkgname/releases/download/v$pkgver/$_pkgname-v$pkgver-x86_64-unknown-linux-musl.tar.gz")
13sha256sums=('9343d4ac5def3098e83d4bfdc26a445c77d48f0246ace81abc0a24e9a11c3d45')
14
15package() {
16 cd "$srcdir/$_pkgname-v$pkgver-${CARCH}-unknown-linux-musl"
17 install -Dm755 "$_pkgname" "$pkgdir/usr/bin/$_pkgname"
18}
19

Scan history

Scanned at (UTC)SeverityRules
2026-09-11 00:19:22 Low 2
2026-09-10 23:21:28 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