architect
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (anthropic/claude-4.6-sonnet-20260217) reviewed the full PKGBUILD and judged it LOW (confidence 85%): The .deb is downloaded from the official vendor domain (getarchitect.io) and has a proper sha256sum ('8100cab2828eda5f895ed8ea65267b2b3920d39a996a6d8f8436e3258959e7e8'). The 'SKIP' is only on the architect.png icon file, which is pure image data and not executed code — this is a minor sloppiness but not a security concern. The binary itself is checksummed. The package is old (2017) and the domain may no longer be active, but that's a 'broken' concern rather than a security one. No obfuscation, no unofficial host, no missing checksum on the executed binary.
1 higher static finding superseded - not the current verdict (shown for transparency)
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:26
source=("${pkgname}-${pkgver}.deb::https://www.getarchitect.io/downloads/architect-stable_${_pkgver}_amd64.deb"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=architect
pkgver=0.9.11
_pkgver=20170518095416
pkgrel=1
pkgdesc="An integrated development environment (IDE) that focuses specifically on the needs of the data scientist"
arch=('x86_64')
url='https://www.getarchitect.io'
license=('EPL')
depends=('r'
'r-rjava'
'freetype2'
'curl'
'python'
'libjpeg-turbo'
'libxtst'
'tk'
'libnet'
'java-runtime'
'libxmu'
'cairo'
'alsa-lib'
'libtiff')
makedepends=('tar')
source=("${pkgname}-${pkgver}.deb::https://www.getarchitect.io/downloads/architect-stable_${_pkgver}_amd64.deb"
'architect.png')
sha256sums=('8100cab2828eda5f895ed8ea65267b2b3920d39a996a6d8f8436e3258959e7e8'
'SKIP')
package() {
tar xvf data.tar.xz -C "${pkgdir}/"
find "${pkgdir}/opt/${pkgname}" -type f -exec chmod o-w {} +
find "${pkgdir}/opt/${pkgname}" -type d -exec chmod o-w {} +
chmod 755 "${pkgdir}/opt/${pkgname}/stable/${_pkgver}/${pkgname}"
install -d "${pkgdir}/usr/bin"
ln -s /opt/${pkgname}/stable/${_pkgver}/${pkgname} "${pkgdir}/usr/bin/architect"
gendesk -f -n --pkgname "${pkgname}" \
--pkgdesc "$pkgdesc" \
--name "Architect" \
--comment "$pkgdesc" \
--exec "${pkgname}" \
--categories 'Development;Application' \
--icon "${pkgname}"
install -Dm644 "${pkgname}.desktop" -t "${pkgdir}/usr/share/applications"
install -Dm644 architect.png -t "${pkgdir}/usr/share/pixmaps"
}
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 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |