cproj
maintainer PsuedoPakman
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from source hosted on the project's own GitHub repository, which is a normal AUR practice; the low severity is due to few votes and recent upload, not malicious content.
Triggered rules
LOW
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
LOW
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 90%): The package builds from source hosted on the project's own GitHub repository, which is a normal AUR practice; the low severity is due to few votes and recent upload, not malicious content.
PKGBUILD
1
pkgname=cproj
2
pkgver=0.1.1
3
pkgrel=1
4
pkgdesc="A lightweight project manager for C and C++"
5
arch=('x86_64')
6
url="https://github.com/BradBenJoya/CProj"
7
license=('MIT')
8
9
depends=('cmake' 'ninja' 'git')
10
makedepends=('gcc')
11
12
source=("https://github.com/BradBenJoya/CProj/archive/refs/tags/$pkgver.tar.gz")
13
14
sha256sums=('SKIP')
15
16
build() {
17
cmake \
18
-S "$srcdir/CProj-$pkgver" \
19
-B "$srcdir/build" \
20
-G Ninja \
21
-DCMAKE_BUILD_TYPE=Release
22
23
cmake --build "$srcdir/build"
24
}
25
26
package() {
27
DESTDIR="$pkgdir" cmake \
28
--install "$srcdir/build"
29
}
30
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 13:27:52 | LOW | 2 |
| 2026-07-24 09:27:42 | LOW | 2 |