Static Scan Results
scanned 9d ago · by rust-scannerStatic analysis flagged 11 finding(s) at 86.0% confidence. This version is warn-only unless an AI or security-team review confirms malicious behavior.
Static reason
High-risk behavior combination matched malicious policy.
Decision evidence
public snapshotBehavioral surface
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsMinifiedUrlStrings
WildcardDependency
Source & flagged code
3 flagged · loading sourcetemplates/nextblock-template/app/api/cron/reset-sandbox/route.tsView file
2612patternName = generic_password
severity = medium
line = 2612
matchedText = password...rd',
Medium
Secret Pattern
Package contains a possible secret pattern.
templates/nextblock-template/app/api/cron/reset-sandbox/route.tsView on unpkg · L2612templates/nextblock-template/app/actions/formActions.tsView file
32prevState: unknown,
L33: formData: FormData
L34: ): Promise<FormSubmissionResult> {
...
L40: const sandboxRecipient =
L41: process.env.NEXT_PUBLIC_IS_SANDBOX === 'true'
L42: ? process.env.SANDBOX_CONTACT_EMAIL?.trim() || ''
...
L92:
L93: const res = await fetch('https://challenges.cloudflare.com/turnstile/v0/siteverify', {
L94: method: 'POST',
...
L100:
L101: const outcome = await res.json();
L102: if (!outcome.success) {
Critical
Credential Exfiltration
Source appears to send environment or credential material to an external endpoint.
templates/nextblock-template/app/actions/formActions.tsView on unpkg · L32docker-template/docker/migrate/run-migrations.shView file
•path = docker-template/docker/migrate/run-migrations.sh
kind = build_helper
sizeBytes = 1720
magicHex = [redacted]
Medium
Ships Build Helper
Package ships non-JavaScript build or shell helper files.
docker-template/docker/migrate/run-migrations.shView on unpkgFindings
1 Critical6 Medium4 Low
CriticalCredential Exfiltrationtemplates/nextblock-template/app/actions/formActions.ts
MediumSecret Patterntemplates/nextblock-template/app/api/cron/reset-sandbox/route.ts
MediumNetwork
MediumEnvironment Vars
MediumShips Build Helperdocker-template/docker/migrate/run-migrations.sh
MediumStructural Risk Force Deep Review
MediumWildcard Dependency
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings