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>
2
pkgname=vaultapp
3
pkgver=r2.9984ec5
4
pkgrel=1
5
pkgdesc="Local, encrypted (AES-256-GCM) notes vault — desktop app, no network access"
6
arch=('x86_64')
7
url="https://github.com/bezau1/vault-desktop"
8
license=('custom')
9
depends=('webkit2gtk-4.1' 'gtk3' 'cairo' 'pango' 'gdk-pixbuf2')
10
makedepends=('rust' 'nodejs' 'npm' 'git')
11
source=("git+https://github.com/bezau1/vault-desktop.git")
12
sha256sums=('SKIP')
13
14
pkgver() {
15
cd "$srcdir/vault-desktop"
16
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
17
}
18
19
build() {
20
cd "$srcdir/vault-desktop"
21
export NO_STRIP=1
22
npm install
23
npm run tauri build -- --bundles deb
24
}
25
26
package() {
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) | Severity | Rules |
|---|---|---|
| 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 |