notebook
LOW
maintainer tuxnix
1 votes
scanned 2026-08-28 09:35:00.314873
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
5
pkgver="0.8"
6
pkgrel="0"
7
_name="notebook"
8
pkgname="$_name"
9
pkgdesc='Markdown Desktop Wiki'
10
url='https://codeberg.org/tuxnix/notebook'
11
arch=('any')
12
license=('GLPv2-only')
13
depends=('pandoc')
14
makedepends=('git')
15
source=('git+https://codeberg.org/tuxnix/notebook')
16
sha512sums=('SKIP')
17
18
19
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-28 09:35:00 | Low | 2 |