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