mavlink-git

maintainer orphaned · 2 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from the official project Git repository, which is a normal AUR practice; the recent maintainer change is noted but does not imply malicious intent or supply-chain risk.

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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package builds from the official project Git repository, which is a normal AUR practice; the recent maintainer change is noted but does not imply malicious intent or supply-chain risk.

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: Patrick josé Pereira <gmail.com@patrickelectric>
2pkgname=mavlink-git
3pkgver=1.0.12.r164.g5a18bf91
4pkgrel=1
5pkgdesc="MAVLink - Micro Air Vehicle Message Marshalling Library."
6arch=('any')
7url="https://github.com/mavlink/mavlink"
8license=('GPLV3')
9makedepends=('git' 'cmake' 'python2')
10source=('git://github.com/mavlink/mavlink.git')
11md5sums=(SKIP)
12provides=('mavlink')
13conflicts=('mavlink')
14
15pkgver() {
16 cd "mavlink"
17 git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
18}
19
20build() {
21 cd "mavlink"
22 git submodule update --init --recursive
23 mkdir "build" || true
24 cd "build"
25 cmake ..
26 make
27}
28
29package(){
30 cd "mavlink/build"
31 make DESTDIR="$pkgdir" install
32}
33

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 23:12:22 MEDIUM 1
2026-06-18 16:11:54 CLEAN 0

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion