mraa

maintainer orphaned · 4 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from the official project repository with a tagged release; the unverified checksum and recent maintainer change are minor concerns but do not indicate active malice or supply-chain compromise.

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 repository with a tagged release; the unverified checksum and recent maintainer change are minor concerns but do not indicate active malice or supply-chain compromise.

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: Tom Ingleby <tom@ewsting.org>
2pkgname='mraa'
3pkgver=2.0.0
4pkgrel=1
5pkgdesc="Low Level Skeleton Library for IO Communication on GNU/Linux platforms."
6makedepends=('git' 'cmake' 'swig')
7depends=('json-c')
8optdepends=('python: for Python support' 'python2: for Python2 support')
9url="https://github.com/intel-iot-devkit/mraa"
10license=('MIT')
11arch=('x86_64' 'i686')
12
13source=(git+https://github.com/intel-iot-devkit/mraa.git#tag=v$pkgver)
14md5sums=('SKIP')
15
16build() {
17 mkdir -p mraa/build
18 cd mraa/build
19 cmake -DCMAKE_INSTALL_PREFIX=/usr \
20 -DINSTALLTOOLS=on -DBUILDSWIGNODE=off \
21 -DCMAKE_INSTALL_LIBDIR=/usr/lib ../
22 make -j
23}
24
25package() {
26 cd $srcdir/mraa/build
27 make DESTDIR="${pkgdir}/" install
28}
29

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 03:12:42 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