cass

Fail

Audited by Socket on Jul 24, 2026

8 alerts found:

Anomalyx3Securityx4Obfuscated File
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 clear evidence of overt malware (no networking/exfiltration, no hardcoded credentials, no backdoor-like control flow) is present in this module. However, when the optional encryption/decryption feature is enabled, the decrypted plaintext is rendered directly with conversation.innerHTML = plaintext without sanitization. If an attacker can influence the encrypted export content (or otherwise cause a victim to decrypt attacker-chosen plaintext), this creates a significant DOM XSS/code-execution risk. Overall: primarily a client-side trust-boundary and XSS risk rather than explicit malware behavior.

Confidence: 60%Severity: 62%
AnomalyLOW
.github/workflows/ci.yml

This workflow appears to be a legitimate CI pipeline with no explicit malware logic visible in the YAML. However, it has significant supply-chain security weaknesses: it executes a network-fetched installer via `curl ... | bash` (with branch/ref drift) and it clones sibling repositories from GitHub without pinning to immutable commits before running cargo build/test/clippy. Either upstream compromise could lead to arbitrary code execution in the CI runner. Hardening recommendations include pinning the UBS installer and external clones to specific commit SHAs, and replacing curl|bash with a verified, checksummed, or signed release installation flow.

Confidence: 62%Severity: 63%
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
Jul 24, 2026, 09:30 PM
Package URL
pkg:socket/skills-sh/Dicklesworthstone%2Fcoding_agent_session_search%2Fcass%2F@e1ad3575580985231af0396eb02f25fe1f45c675
Security Audit — socket — cass