architect
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.
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-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |