https://github.com/xocialize/moss-soundeffect-mlx
· scanned 2026-06-16 01:03 UTC (2 months, 1 week ago)
24 raw signals (0 security + 24 graph)
Last scanned 2 months, 1 week ago · v1 · 24 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 186 nodes from the latest scan, grouped by kind. Each node is a unit the engine identified (file, function, endpoint, table…). Most users won't need this view — it's primarily for debugging the engine's graph extraction or for AI agents that want to enumerate the project structure.
| Label | Layer | Status | Path |
|---|---|---|---|
goldens |
software | healthy | tests/parity/test_pipeline_parity.py:36 |
dit_fp32 |
software | healthy | tests/parity/test_pipeline_parity.py:51 |
test_velocity_parity |
software | healthy | tests/parity/test_pipeline_parity.py:74 |
test_denoise_loop_parity |
software | healthy | tests/parity/test_pipeline_parity.py:83 |
test_decode_golden_latent_parity |
software | healthy | tests/parity/test_pipeline_parity.py:105 |
load_into_mx |
software | healthy | tests/parity/test_vae_decode_parity.py:34 |
make_pt_dac |
software | healthy | tests/parity/test_vae_decode_parity.py:40 |
test_dac_small_decode_parity |
software | healthy | tests/parity/test_vae_decode_parity.py:52 |
test_dac_small_encode_parity |
software | healthy | tests/parity/test_vae_decode_parity.py:65 |
test_dac_real_checkpoint_decode_parity |
software | healthy | tests/parity/test_vae_decode_parity.py:79 |
test_dac_real_checkpoint_encode_decode_roundtrip_parity |
software | healthy | tests/parity/test_vae_decode_parity.py:105 |
get_context_fixture |
software | healthy | tests/parity/test_dit_full_parity.py:42 |
test_dit_full_parity_real_weights |
software | healthy | tests/parity/test_dit_full_parity.py:62 |
make_pair |
software | healthy | tests/parity/test_scheduler_parity.py:33 |
test_sigma_schedule_parity |
software | healthy | tests/parity/test_scheduler_parity.py:41 |
test_sigma_schedule_parity_sigma_shift_override |
software | healthy | tests/parity/test_scheduler_parity.py:51 |
test_full_denoise_loop_parity |
software | healthy | tests/parity/test_scheduler_parity.py:62 |
test_add_noise_parity |
software | healthy | tests/parity/test_scheduler_parity.py:81 |
tokenized |
software | healthy | tests/parity/test_text_encoder_parity.py:37 |
zero_pads |
software | healthy | tests/parity/test_text_encoder_parity.py:46 |
test_text_encoder_parity |
software | healthy | tests/parity/test_text_encoder_parity.py:53 |
rename |
software | healthy | tests/parity/test_dit_block_parity.py:41 |
test_dit_block_parity |
software | healthy | tests/parity/test_dit_block_parity.py:54 |
test_wan_audio_model_parity_small |
software | healthy | tests/parity/test_dit_block_parity.py:80 |
_materialize |
software | healthy | tests/parity/_helpers.py:23 |
make_seeded_input |
software | healthy | tests/parity/_helpers.py:29 |
pt_to_mx |
software | healthy | tests/parity/_helpers.py:39 |
mx_to_np |
software | healthy | tests/parity/_helpers.py:45 |
transpose_pt_conv |
software | healthy | tests/parity/_helpers.py:51 |
load_pt_state_into_mx |
software | healthy | tests/parity/_helpers.py:67 |
assert_parity |
software | healthy | tests/parity/_helpers.py:106 |
tensor_stats |
software | healthy | tests/parity/_helpers.py:141 |
detect_checkerboard |
software | healthy | tests/parity/_helpers.py:171 |
noise_decode_check |
software | healthy | tests/parity/_helpers.py:213 |
assemble |
software | healthy | scripts/publish_prep.py:118 |
main |
software | healthy | scripts/publish_prep.py:153 |
add_token_fixtures |
software | healthy | scripts/export_swift_fixtures.py:29 |
main |
software | healthy | scripts/export_swift_fixtures.py:43 |
build_dit |
software | healthy | scripts/quantize.py:31 |
quantize_dit |
software | healthy | scripts/quantize.py:46 |
predicate |
software | dead | scripts/quantize.py:47 |
per_pass_cosine |
software | healthy | scripts/quantize.py:55 |
main |
software | healthy | scripts/quantize.py:65 |
save_wav |
software | healthy | scripts/generate.py:16 |
main |
software | healthy | scripts/generate.py:27 |
main |
software | healthy | scripts/capture_goldens.py:41 |
convert_dit |
software | healthy | scripts/convert_weights.py:24 |
convert_vae |
software | healthy | scripts/convert_weights.py:40 |
main |
software | healthy | scripts/convert_weights.py:56 |
hop_length |
software | healthy | moss_sfx_mlx/config.py:55 |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
README.md |
software | healthy | README.md |
CLAUDE.md |
software | healthy | CLAUDE.md |
pyproject.toml |
software | healthy | pyproject.toml |
LICENSE |
software | healthy | LICENSE |
__init__.py |
software | healthy | tests/__init__.py |
golden_meta.json |
software | healthy | tests/fixtures/golden_meta.json |
__init__.py |
software | healthy | tests/smoke/__init__.py |
__init__.py |
software | healthy | tests/parity/__init__.py |
test_pipeline_parity.py |
software | healthy | tests/parity/test_pipeline_parity.py |
test_vae_decode_parity.py |
software | healthy | tests/parity/test_vae_decode_parity.py |
test_dit_full_parity.py |
software | healthy | tests/parity/test_dit_full_parity.py |
test_scheduler_parity.py |
software | healthy | tests/parity/test_scheduler_parity.py |
test_text_encoder_parity.py |
software | healthy | tests/parity/test_text_encoder_parity.py |
test_dit_block_parity.py |
software | healthy | tests/parity/test_dit_block_parity.py |
_helpers.py |
software | healthy | tests/parity/_helpers.py |
upstream-findings.md |
software | healthy | docs/upstream-findings.md |
dit-checkpoint-keys.json |
software | healthy | docs/dit-checkpoint-keys.json |
handoff.md |
software | healthy | docs/handoff.md |
publish_prep.py |
software | healthy | scripts/publish_prep.py |
export_swift_fixtures.py |
software | healthy | scripts/export_swift_fixtures.py |
quantize.py |
software | healthy | scripts/quantize.py |
generate.py |
software | healthy | scripts/generate.py |
capture_goldens.py |
software | healthy | scripts/capture_goldens.py |
convert_weights.py |
software | healthy | scripts/convert_weights.py |
__init__.py |
software | healthy | moss_sfx_mlx/__init__.py |
config.py |
software | healthy | moss_sfx_mlx/config.py |
scheduler.py |
software | healthy | moss_sfx_mlx/scheduler.py |
prompter.py |
software | healthy | moss_sfx_mlx/prompter.py |
pipeline_mlx.py |
software | healthy | moss_sfx_mlx/pipeline_mlx.py |
__init__.py |
software | healthy | moss_sfx_mlx/utils/__init__.py |
convert.py |
software | healthy | moss_sfx_mlx/utils/convert.py |
weights.py |
software | healthy | moss_sfx_mlx/utils/weights.py |
__init__.py |
software | healthy | moss_sfx_mlx/model/__init__.py |
wan_audio_dit.py |
software | healthy | moss_sfx_mlx/model/wan_audio_dit.py |
dac_vae.py |
software | healthy | moss_sfx_mlx/model/dac_vae.py |
qwen3_text_encoder.py |
software | healthy | moss_sfx_mlx/model/qwen3_text_encoder.py |
wan_video_dit.py |
software | healthy | moss_sfx_mlx/model/wan_video_dit.py |
CLAUDE.md |
quality | healthy | CLAUDE.md |
| Label | Layer | Status | Path |
|---|---|---|---|
WanAudioModelConfig |
software | healthy | moss_sfx_mlx/config.py:16 |
FlowMatchSchedulerConfig |
software | healthy | moss_sfx_mlx/config.py:33 |
DACConfig |
software | healthy | moss_sfx_mlx/config.py:43 |
Qwen3TextEncoderConfig |
software | healthy | moss_sfx_mlx/config.py:63 |
PipelineConfig |
software | healthy | moss_sfx_mlx/config.py:81 |
FlowMatchScheduler |
software | healthy | moss_sfx_mlx/scheduler.py:24 |
HuggingfaceTokenizer |
software | healthy | moss_sfx_mlx/prompter.py:41 |
WanPrompter |
software | healthy | moss_sfx_mlx/prompter.py:86 |
WanAudioPipeline |
software | healthy | moss_sfx_mlx/pipeline_mlx.py:35 |
MossSoundEffectPipeline |
software | healthy | moss_sfx_mlx/pipeline_mlx.py:110 |
WanAudioModel |
software | healthy | moss_sfx_mlx/model/wan_audio_dit.py:57 |
Snake1d |
software | healthy | moss_sfx_mlx/model/dac_vae.py:40 |
DiagonalGaussianDistribution |
software | healthy | moss_sfx_mlx/model/dac_vae.py:50 |
ResidualUnit |
software | healthy | moss_sfx_mlx/model/dac_vae.py:87 |
EncoderBlock |
software | healthy | moss_sfx_mlx/model/dac_vae.py:107 |
Encoder |
software | healthy | moss_sfx_mlx/model/dac_vae.py:128 |
DecoderBlock |
software | healthy | moss_sfx_mlx/model/dac_vae.py:157 |
Decoder |
software | healthy | moss_sfx_mlx/model/dac_vae.py:179 |
DAC |
software | healthy | moss_sfx_mlx/model/dac_vae.py:211 |
Qwen3TextEncoder |
software | healthy | moss_sfx_mlx/model/qwen3_text_encoder.py:23 |
RMSNorm |
software | healthy | moss_sfx_mlx/model/wan_video_dit.py:72 |
AttentionModule |
software | healthy | moss_sfx_mlx/model/wan_video_dit.py:84 |
SelfAttention |
software | healthy | moss_sfx_mlx/model/wan_video_dit.py:94 |
CrossAttention |
software | healthy | moss_sfx_mlx/model/wan_video_dit.py:120 |
GateModule |
software | healthy | moss_sfx_mlx/model/wan_video_dit.py:159 |
DiTBlock |
software | healthy | moss_sfx_mlx/model/wan_video_dit.py:167 |
MLP |
software | healthy | moss_sfx_mlx/model/wan_video_dit.py:204 |
Head |
software | healthy | moss_sfx_mlx/model/wan_video_dit.py:224 |
| Label | Layer | Status | Path |
|---|---|---|---|
tests |
software | healthy | tests |
fixtures |
software | healthy | tests/fixtures |
smoke |
software | healthy | tests/smoke |
parity |
software | healthy | tests/parity |
docs |
software | healthy | docs |
scripts |
software | healthy | scripts |
moss_sfx_mlx |
software | healthy | moss_sfx_mlx |
utils |
software | healthy | moss_sfx_mlx/utils |
model |
software | healthy | moss_sfx_mlx/model |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-l5poq6q3 |
software | healthy | /tmp/repobility-clone-l5poq6q3 |
| Label | Layer | Status | Path |
|---|---|---|---|
gpu (detected) |
hardware | healthy | CLAUDE.md |
This page is publicly accessible at:
https://repobility.com/scan/0cc3e970-d594-4342-aab0-33a73ae3192f/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/0cc3e970-d594-4342-aab0-33a73ae3192f/
Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.