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>
2
pkgname='mraa'
3
pkgver=2.0.0
4
pkgrel=1
5
pkgdesc="Low Level Skeleton Library for IO Communication on GNU/Linux platforms."
6
makedepends=('git' 'cmake' 'swig')
7
depends=('json-c')
8
optdepends=('python: for Python support' 'python2: for Python2 support')
9
url="https://github.com/intel-iot-devkit/mraa"
10
license=('MIT')
11
arch=('x86_64' 'i686')
12
13
source=(git+https://github.com/intel-iot-devkit/mraa.git#tag=v$pkgver)
14
md5sums=('SKIP')
15
16
build() {
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
25
package() {
26
cd $srcdir/mraa/build
27
make DESTDIR="${pkgdir}/" install
28
}
29
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 03:12:42 | MEDIUM | 1 |
| 2026-06-18 16:11:54 | CLEAN | 0 |