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

1pkgname=cproj
2pkgver=0.1.1
3pkgrel=1
4pkgdesc="A lightweight project manager for C and C++"
5arch=('x86_64')
6url="https://github.com/BradBenJoya/CProj"
7license=('MIT')
8
9depends=('cmake' 'ninja' 'git')
10makedepends=('gcc')
11
12source=("https://github.com/BradBenJoya/CProj/archive/refs/tags/$pkgver.tar.gz")
13
14sha256sums=('SKIP')
15
16build() {
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
26package() {
27 DESTDIR="$pkgdir" cmake \
28 --install "$srcdir/build"
29}
30

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 13:27:52 LOW 2
2026-07-24 09:27:42 LOW 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion