MozagaFoundation/ Spectra
This repository contains patterns associated with malware. Do NOT run this code.
FINDINGS ░▒▓
privateBundle: {
identityPrivateKey: 'local-identity-private',
mlkemIdentityPrivateKey: 'local-mlkem-private',
dilithiumPrivateKey: 'local-dilithium-private',+5 bob.identity.dilithiumPublicKey,
bob.identity.dilithiumPrivateKey,
1_771_000_000_000,
),+5 const wallet = await importWalletFromMnemonic(mnemonic, 'Primary')
const signatureHex = await signMessage('identity-vault audit', wallet.privateKey)
const dilithium = await Dilithium.init(...+2export async function signMessage( message: string | Uint8Array, privateKeyHex: string,+2
}
const signature = await signMessage(challenge.challenge, wallet.privateKey, {
domain: WALLET_AUTH_SIGNATURE_DOMAIN,
})+2const MNEMONIC_WORD_COUNT = 24 const MNEMONIC_INPUT_ACCESSORY_ID = 'mnemonic-keyboard-accessory'+5
0x5342523202010305d0d1d2d3d4d5d6d7d8d9dadbdcdddedf1011121314...+3
0x0437b0bb7a8288d38ed49a524b5dc98cff3eb5ca824c9f9dc0dfdb3d9c...+3
0x0437b0bb7a8288d38ed49a524b5dc98cff3eb5ca824c9f9dc0dfdb3d9c...+3
d0a80ef6e324476f2f29099c7c9064e2562684e1c6470c74b79811d37d48...+3
0x51d8f291c6d4c6cea6cdaeaefb2fbadb0bd72d3dd104b2aea00bdf4639...+3
d0a80ef6e324476f2f29099c7c9064e2562684e1c6470c74b79811d37d48...+3
PENDING_SPECTRE_REMOTE_ACTIVATION: 'exo_pending_spectre_remote_activation', PENDING_SPECTRE_BLIND_TOKEN: 'exo_pending_spectre_blind_token', PENDING_ACCOUNT_DELETION: 'spectra_pending_account_del...+3
Scores are heuristics. A “safe” verdict means no known-malicious patterns were found — clever malware can look boring. Wrong verdict? Flag it above; confirmed false positives become regression tests.
1073 files scanned @ d15c8db | 8/19/2026 | heuristic scan — always review manually
LLM: classified as security tool / research
AI analysis classified this repo as a security tool, POC, or research project with medium confidence. It may implement dangerous capabilities, but the stated intent appears legitimate. the repository contains seed phrase and private key handling in test files, which is common in security research and testing. the readme indicates the project is privacy-focused and security-sensitive.
confidence medium · informs the score, does not decide it
github
MozagaFoundation/Spectra
Privacy-focused wallet-linked messaging app with end-to-end encryption, Supabase backend, Tor-aware transport, and auditable crypto packages.