steganoforge
LOW
maintainer user14923929
0 votes
scanned 2026-08-23 17:21:15.843281
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
2
pkgname=steganoforge
3
pkgver=0.1.0
4
pkgrel=1
5
pkgdesc="Hide and extract files inside PNG images via LSB steganography, with CLI and web UI"
6
arch=('any')
7
url="https://github.com/user14923929/steganoforge"
8
license=('GPL3')
9
depends=(
10
'python'
11
'python-pillow'
12
'python-numpy'
13
'python-cryptography'
14
)
15
optdepends=(
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
)
20
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
21
checkdepends=('python-pytest')
22
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
23
sha256sums=('88dc895bf37477a3d07dc8349cb442d3f67d3879fdbd0e77aefa330514065746')
24
25
build() {
26
cd "$pkgname-$pkgver"
27
python -m build --wheel --no-isolation
28
}
29
30
check() {
31
cd "$pkgname-$pkgver"
32
python -m pytest tests/
33
}
34
35
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-23 17:21:15 | Low | 1 |