hpp-corbaserver
maintainer orphaned
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
Package builds from a verifiable source tarball on the project's official GitHub repository; the only issue is a recent maintainer change, but the source integrity is ensured via checksum and the build process is transparent.
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%): Package builds from a verifiable source tarball on the project's official GitHub repository; the only issue is a recent maintainer change, but the source integrity is ensured via checksum and the build process is transparent.
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: Guilhem Saurel <saurel@laas.fr>
2
3
pkgname=hpp-corbaserver
4
pkgver=3.2
5
pkgrel=1
6
pkgdesc="Corba server for Humanoid Path Planner applications"
7
arch=('i686' 'x86_64')
8
url="https://github.com/humanoid-path-planner/$pkgname"
9
license=('BSD 3-clause')
10
depends=('omniorb' 'python2')
11
makedepends=('cmake')
12
source=("https://github.com/humanoid-path-planner/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
13
sha256sums=('db95b6be8a81d32766a20f11e85fda9189a498e216c268197299656cdaeb0eb7')
14
15
build() {
16
cd "$pkgname-$pkgver"
17
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -DCLIENT_ONLY=TRUE .
18
for file in $(find . -name \*.py)
19
do
20
sed -i 's/env python$/env python2/' $file
21
done
22
make
23
}
24
25
package() {
26
cd "$pkgname-$pkgver"
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 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 07:57:03 | MEDIUM | 1 |
| 2026-06-18 16:11:54 | CLEAN | 0 |