csope-git

LOW
maintainer Giovani_Geek 0 votes scanned 2026-09-05 07:59:42.017587
View on AUR
Why flagged

Package builds from a public git repository of a forked project; the source is transparent and verifiable, though the unknown license and skipped checksum slightly reduce trust, but there is no evidence of malicious intent or unverifiable prebuilt code execution.

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%): Package builds from a public git repository of a forked project; the source is transparent and verifiable, though the unknown license and skipped checksum slightly reduce trust, but there is no evidence of malicious intent or unverifiable prebuilt code execution.

PKGBUILD

1# shellcheck disable=SC2034,SC2154,SC2164
2# Maintainer: Energetix/Dark Nebula <https://github.com/Jobanny-Friki>
3
4pkgname=csope-git
5pkgver=r329.f2efe38
6pkgrel=1
7pkgdesc="Fork of cscope (C source code browser), actively maintained"
8arch=('x86_64')
9url="https://github.com/agvxov/csope"
10license=('unknown')
11depends=('ncurses' 'readline')
12makedepends=('git' 'gcc' 'make' 'flex' 'pkgconf')
13provides=('csope')
14conflicts=('csope')
15source=("csope::git+https://github.com/agvxov/csope.git")
16sha256sums=('SKIP')
17
18pkgver() {
19 cd csope
20 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
21}
22
23build() {
24 cd csope
25 make PREFIX=/usr
26}
27
28package() {
29 cd csope
30 make PREFIX=/usr DESTDIR="$pkgdir" install
31 if [ -f LICENSE ]; then
32 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
33 fi
34}
35

Scan history

Scanned at (UTC)SeverityRules
2026-09-05 07:59: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