vaultapp

maintainer bezau1 · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from a public Git repository with no unverifiable prebuilt binaries; the low severity is due to few votes and recent upload, but the source is transparent and the build process is standard for a Tauri app.

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 a public Git repository with no unverifiable prebuilt binaries; the low severity is due to few votes and recent upload, but the source is transparent and the build process is standard for a Tauri app.

PKGBUILD

1# Maintainer: bezau1 <your-email@example.com>
2pkgname=vaultapp
3pkgver=r2.9984ec5
4pkgrel=1
5pkgdesc="Local, encrypted (AES-256-GCM) notes vault — desktop app, no network access"
6arch=('x86_64')
7url="https://github.com/bezau1/vault-desktop"
8license=('custom')
9depends=('webkit2gtk-4.1' 'gtk3' 'cairo' 'pango' 'gdk-pixbuf2')
10makedepends=('rust' 'nodejs' 'npm' 'git')
11source=("git+https://github.com/bezau1/vault-desktop.git")
12sha256sums=('SKIP')
13
14pkgver() {
15 cd "$srcdir/vault-desktop"
16 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
17}
18
19build() {
20 cd "$srcdir/vault-desktop"
21 export NO_STRIP=1
22 npm install
23 npm run tauri build -- --bundles deb
24}
25
26package() {
27 cd "$srcdir/vault-desktop/src-tauri/target/release/bundle/deb"
28
29 local debpkg
30 debpkg=$(ls ./*.deb)
31
32 # Extract the .deb's data archive straight into $pkgdir
33 bsdtar -xO -f "$debpkg" data.tar.gz | bsdtar -xzf - -C "$pkgdir"
34}
35

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 15:32:35 LOW 2
2026-07-26 11:32:17 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