notebook

LOW
maintainer tuxnix 1 votes scanned 2026-08-28 09:35:00.314873
View on AUR
Why flagged

The package builds from the project's own source on Codeberg, a legitimate forge; 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 95%): The package builds from the project's own source on Codeberg, a legitimate forge; the low severity is due to few votes and recent upload, not malicious content.

PKGBUILD

1#_gitauthor="tuxnix"
2#_gitbranch="master"
3# Maintainer: tuxnix <tuxnix@gmx.com>
4
5pkgver="0.8"
6pkgrel="0"
7_name="notebook"
8pkgname="$_name"
9pkgdesc='Markdown Desktop Wiki'
10url='https://codeberg.org/tuxnix/notebook'
11arch=('any')
12license=('GLPv2-only')
13depends=('pandoc')
14makedepends=('git')
15source=('git+https://codeberg.org/tuxnix/notebook')
16sha512sums=('SKIP')
17
18
19package() {
20 cd "$srcdir/$_name"
21 install -Dm605 $_name "$pkgdir/usr/local/bin/$_name"
22 install -Dm605 LICENSE "$pkgdir/usr/share/licenses/$_name/LICENSE"
23}
24

Scan history

Scanned at (UTC)SeverityRules
2026-08-28 09:35:00 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