cass

Fail

Audited by Socket on Sep 10, 2026

9 alerts found:

Securityx5Anomalyx3Obfuscated File
SecurityMEDIUM
src/sources/install.rs

No explicit malicious payloads (e.g., data theft, backdoors, or exfiltration) are present in this fragment. However, the module performs highly privileged remote software installation over SSH, executes network-fetched scripts (rustup via `curl|sh`), downloads and installs remote binaries, writes logs, installs to ~/.local/bin, and persists PATH changes via ~/.bashrc. While the prebuilt-binary path includes checksum verification and restrictive tar member extraction, overall supply-chain and remote-command-execution risks are high and warrant careful review of related helper functions and the integrity of release/checksum sources.

Confidence: 65%Severity: 74%
AnomalyLOW
src/update_check.rs

This module implements update checking and a self-update feature that downloads installer scripts from GitHub release assets and executes them after verifying SHA-256 checksums from corresponding manifests. There is no clear data theft/exfiltration/backdoor code in this fragment, and it includes defenses such as semver tag validation, restricted trust of GitHub release notes URLs, and checksum verification before execution. However, the ability to download and execute remote code (especially with Windows PowerShell -ExecutionPolicy Bypass) is inherently high-risk for supply-chain compromise; security ultimately depends on the trustworthiness and immutability of upstream release assets/manifests and the correctness of the checksum-selection logic.

Confidence: 56%Severity: 55%
AnomalyLOW
docs/artifacts/refactor-runs/20260424T222109Z-codex-simplify/slop_scan.md

No confirmed in-module malware indicators are demonstrated in the provided fragment; however, the supply-chain security posture is meaningfully weakened by widespread wildcard dependency versions and reliance on multiple git-based dependencies. Additionally, extensive debug logging increases the likelihood of sensitive information exposure depending on runtime data. Potential injection/regex risks are suggested by dynamic SQL assembly and runtime regex usage, but cannot be confirmed without the specific input-to-sink data bindings in the underlying implementation.

Confidence: 45%Severity: 66%
AnomalyLOW
src/html_export/scripts.rs

No strong evidence of supply-chain malware in the Rust module itself (it only generates inline JS). However, the embedded decryption feature has a significant security weakness: it decrypts AES-GCM payloads and injects the resulting plaintext into the page via conversation.innerHTML without sanitization. If an attacker can provide or tamper with the exported HTML/encrypted payload, this enables DOM-based XSS when the user decrypts with the correct passphrase. Other UI features (search highlighting, theme toggle, tool popovers) appear generally reasonable; popover fields are escaped, and there is no explicit network exfiltration in this snippet.

Confidence: 62%Severity: 64%
SecurityMEDIUM
fuzz/corpus/fuzz_redact_secrets/791401a93016fe9b8a23c7f5b33a4383cf6255b2

No malware behavior can be determined because the provided fragment contains no executable code. However, it includes a highly suspicious 'sk-' prefixed credential-like value, indicating likely leaked secret material in the artifact, which is a high-priority supply-chain security risk (credential compromise).

Confidence: 72%Severity: 88%
SecurityMEDIUM
fuzz/corpus/fuzz_redact_secrets/c4611c276b524607c5e63e47cee65d99e3779890

No executable code is present to evaluate for malware behavior. However, the fragment contains a GitHub PAT-like credential string ('ghp_...'), which strongly suggests an exposed secret in the package/artifact. Treat this as a confirmed secret leak if the token was real: revoke/rotate immediately and perform a repository/artifact-wide secret scan and history review for additional exposures.

Confidence: 90%Severity: 95%
SecurityMEDIUM
fuzz/corpus/fuzz_redact_secrets/befd879eabb2270ff265e7d9c19e309fe24e9e88

This fragment is not analyzable application code; it contains a plaintext `ghp_...`-formatted GitHub personal access token. That constitutes a critical secret-leak/supply-chain security risk. There is no evidence in the provided snippet of malware behavior or token exfiltration, but the presence of the token alone warrants immediate remediation (revoke/rotate the token and scan the repository/build artifacts for additional leaked secrets).

Confidence: 78%Severity: 88%
SecurityMEDIUM
fuzz/corpus/fuzz_redact_secrets/25311cd9fcc636f0b5b6e3e311ff03b66af98ae4

No executable code was provided—only credential-like token material. While malicious behavior (exfiltration/backdoors) cannot be confirmed from this fragment, the presence of hardcoded secrets in the package/artifact is a critical supply-chain security issue. Treat as a suspected credential leak: revoke/rotate the exposed tokens immediately and scan the full repository/release artifacts for additional secrets.

Confidence: 85%Severity: 85%
Obfuscated FileHIGH
fuzz/corpus/fuzz_manifest/8e180d5c21e026f57ecb222924a750c3d8e6860a

The provided fragment cannot be meaningfully analyzed for malicious activity in isolation. It should be treated as suspicious or obfuscated content requiring decoding or access to the full surrounding file to assess potential risks. Recommend secure handling, attempt decoding (e.g., identify encoding/compression, reconstruct complete file), and review surrounding assets for legitimate decoding logic.

Confidence: 90%
Audit Metadata
Analyzed At
Sep 10, 2026, 04:29 AM
Package URL
pkg:socket/skills-sh/dicklesworthstone%2Fcoding_agent_session_search%2Fcass%2F@2110e4b21067d569a1d29e0c20dfdf6181242a3d