opsec
maintainer NX8642
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt binary from a GitHub release, which is a normal practice; the low severity is due to few votes and recent upload, but the source is verifiable and from the project's official repository.
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 downloads a prebuilt binary from a GitHub release, which is a normal practice; the low severity is due to few votes and recent upload, but the source is verifiable and from the project's official repository.
PKGBUILD
1
pkgname=opsec
2
_pkgname=opsec
3
pkgver=1.0.0
4
pkgrel=1
5
pkgdesc="Tool for larp kings"
6
arch=('x86_64')
7
url="https://github.com/Naiko8642/opsec"
8
license=('MIT')
9
provides=('opsec')
10
conflicts=('opsec')
11
source=("${url}/releases/download/v${pkgver}/opsec-v${pkgver}-x86_64.tar.gz")
12
sha256sums=('fc57c986e08340c1e520996e4f4d6965a5dc530f7063519e246c19dfa2dfce7c')
13
14
package() {
15
install -Dm755 "${srcdir}/opsec" "${pkgdir}/usr/bin/opsec"
16
}
17
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 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 19:28:12 | LOW | 2 |