transit

Warn

Audited by Socket on Sep 7, 2026

4 alerts found:

Anomalyx3Security
AnomalyLOW
daemon/attachment.go

No direct evidence of intentional malware, obfuscation, or backdoor behavior in this fragment. The dominant security risk is SSRF-like behavior: attachment URLs provided via RPC are fetched over HTTP(S) with only minimal scheme/host checks (no private/localhost/metadata protections), and redirects are not revalidated, increasing the effective SSRF surface. Mitigations are present for filesystem safety (sanitized paths, restrictive temp permissions, atomic rename) and for resource control (size caps and timeouts), but they do not address outbound destination trust.

Confidence: 63%Severity: 55%
AnomalyLOW
daemon/skill.go

No explicit malware/backdoor behavior is evident in this Go snippet. However, the module creates meaningful security risk by (1) fetching and printing unverified remote `SKILL.md` from a configurable/flag-influenced origin and (2) performing install/uninstall by shelling out to PATH-resolved `npx` with operator-influenced `--repo`/`--agent` arguments, enabling attacker-controlled package/skill installation if inputs/config are compromised or malicious. This should be treated as a high-trust boundary requiring strong input validation, origin allowlisting, and dependency provenance controls outside this file.

Confidence: 66%Severity: 61%
AnomalyLOW
install.sh

No explicit malware logic is present in this shell installer; it performs a standard remote-binary download + run-for-version + atomic install into a user-local directory. The key risk is supply-chain integrity: the downloaded executable is executed before installation and is not protected by checksum/signature/pinned hashes, and the origin can be influenced via TRANSIT_ORIGIN. If the origin path is compromised or TRANSIT_ORIGIN is misused, the script could install and run an attacker-provided binary.

Confidence: 70%Severity: 62%
SecurityMEDIUM
drizzle/0002_third_sleeper.sql

This is a static, unconditional set of destructive SQL DDL changes that drops two tables and removes a Stripe-related customer identifier column. There are no visible exfiltration or stealth mechanisms in the snippet, but the operational and data-loss impact is very high. Treat this as a sensitive migration artifact requiring strict review of versioning, execution context, environment targeting, and rollback/backup procedures; malicious intent cannot be ruled out from the snippet alone.

Confidence: 62%Severity: 80%
Audit Metadata
Analyzed At
Sep 7, 2026, 09:07 AM
Package URL
pkg:socket/skills-sh/orange-county-ai%2Ftransit-server%2Ftransit%2F@cba8b2a7011422edc7bb348740c9b7b3df0ed57f
Security Audit — socket — transit