steganoforge

LOW
maintainer user14923929 0 votes scanned 2026-08-23 17:21:15.843281
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

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.

PKGBUILD

1# Maintainer: user14923929
2pkgname=steganoforge
3pkgver=0.1.0
4pkgrel=1
5pkgdesc="Hide and extract files inside PNG images via LSB steganography, with CLI and web UI"
6arch=('any')
7url="https://github.com/user14923929/steganoforge"
8license=('GPL3')
9depends=(
10 'python'
11 'python-pillow'
12 'python-numpy'
13 'python-cryptography'
14)
15optdepends=(
16 'python-fastapi: for the web UI'
17 'python-uvicorn: for running the web UI server'
18 'python-multipart: required by the web UI for file uploads'
19)
20makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
21checkdepends=('python-pytest')
22source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
23sha256sums=('88dc895bf37477a3d07dc8349cb442d3f67d3879fdbd0e77aefa330514065746')
24
25build() {
26 cd "$pkgname-$pkgver"
27 python -m build --wheel --no-isolation
28}
29
30check() {
31 cd "$pkgname-$pkgver"
32 python -m pytest tests/
33}
34
35package() {
36 cd "$pkgname-$pkgver"
37 python -m installer --destdir="$pkgdir" dist/*.whl
38 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
39 install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
40}
41

Scan history

Scanned at (UTC)SeverityRules
2026-08-23 17:21:15 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion