QUESTIONS ANSWERED
Big-picture explanations, quick reference material, and definitive orientation docs.
questions answered code-synced this document answers common security questions using current implementation behavior 1 is anti-debugging implemented yes 1 platform-specific detection exists in security package 2 runner enforces checks at pr...
Overview Audience: all Score: 8.882 Term: securityTerm: diagrams
FINAL SUMMARY
Big-picture explanations, quick reference material, and definitive orientation docs.
final security summary current state this is the consolidated current-state summary for mutant security 1 what is fully in place 1 signed artifact verification paths and secure-mode sign...
Overview Audience: all Score: 6.818 Term: securityTerm: diagrams
IMPLEMENTATION GUIDE
Editor integration, implementation workflow, and operational runbooks.
security implementation guide current next steps this guide explains what to implement next without repeating already completed migrations 1 current baseline assumptions already av...
Tooling Audience: integrator Score: 6.362 Term: securityTerm: diagrams
QUICK REFERENCE
Canonical policies, reference sheets, migration matrices, and source-of-truth documentation.
mutant security quick reference what is protected mutant now ships with layered anti-tamper and hardening controls for the signed artifact runtime and risky builtins core controls 1 signe...
Reference Audience: language-user Score: 5.033 Term: security
WHAT IS MUTANT
Big-picture explanations, quick reference material, and definitive orientation docs.
what is mutant mutant is a programming language built for practical security work forensic automation and cross-platform analysis tooling it is not just a scripting language with a few security helpers bolted on the language compiler virtual machin...
Overview Audience: all Score: 4.998 Term: security
SECURITY LLD TRACEABILITY
Tamper resistance, sandboxing, remote scan policy, and security deep dives.
1 purpose this document provides end-to-end traceability from security design intent to concrete implementation and validation it maps 1 security requirements and controls 2 implementation anchors functions files 3 runtime configuration surfa...
Security Audience: integrator Score: 3.816 Term: security
VISUAL COMPARISON
Canonical policies, reference sheets, migration matrices, and source-of-truth documentation.
visual comparison current security model 1 detection vs enforcement mermaid diagram old confusion 1 signal and action were treated as the same concept current model 1 signal generation is separate from poli...
Reference Audience: all Score: 3.16 Term: securityTerm: diagrams
DETAILED EXPLANATIONS
Big-picture explanations, quick reference material, and definitive orientation docs.
detailed security explanations current behavior this document explains the main security building blocks in simple language 1 policy-driven security mutant does not hardcode one response fo...
Overview Audience: all Score: 2.908 Term: securityTerm: diagrams
SECURITY LLD
Tamper resistance, sandboxing, remote scan policy, and security deep dives.
1 document purpose this document defines the low-level security design for mutant s bytecode generation signing transport loading verification runtime execution anti-debugging integrity monitoring and telemetry paths it is implementati...
Security Audience: security-analyst Score: 2.61 Term: security
SECURITY ENHANCEMENTS
Tamper resistance, sandboxing, remote scan policy, and security deep dives.
security enhancements roadmap code-synced this document tracks enhancement work from current implementation to future hardening status tags 1 implemented 2 partial 3 planned canoni...
Security Audience: security-analyst Score: 2.43 Term: security
SECURITY RUNBOOK
Tamper resistance, sandboxing, remote scan policy, and security deep dives.
1 purpose this runbook explains how to triage and respond to mutant runtime security events using current code behavior 1 1 source-of-truth alignment this runbook is operational guidance when any statement here conflicts with low-level design treat the fol...
Security Audience: security-analyst Score: 2.276 Term: security
ANTITAMPER PROBE
Tamper resistance, sandboxing, remote scan policy, and security deep dives.
...r enforcement differs from builtin diagnostic calls 1 architecture core files 1 security antitamper_probe go engine enablement gate 2 security antitamper_routing go probe dispatch 3 security antitamper_detectors go cross-platform heuristics 4 security antitamp...
Security Audience: security-analyst Score: 2.046 Term: security
WASM REPL REFERENCE
Canonical policies, reference sheets, migration matrices, and source-of-truth documentation.
...device access not available in browser sandbox 6 2 host process command runtime security apis - process_ - debug_status - sandbox_status - security_diagnostics - exec_string - cmd_ reason - require process table shell execution or runtime host telemetry 6 3 ne...
Reference Audience: language-user Score: 1.18 Term: security
MUTANT LANGUAGE REFERENCE
Canonical policies, reference sheets, migration matrices, and source-of-truth documentation.
...s information - exec_string command shell - executes a shell command string via security-guarded command execution - process_env pid - returns environment variables for a process - process_hash pid - computes sha-256 hash metadata for a process executable - pr...
Reference Audience: language-user Score: 0.932 Term: security
PROCESS INJECTION DETECTION LLD
Tamper resistance, sandboxing, remote scan policy, and security deep dives.
...n --- 3 current implementation summary 3 1 where the logic lives - probe router security antitamper_routing go - probe engine security antitamper_probe go - windows probe implementations security antitamper_windows go - probe names and confidences security ant...
Security Audience: security-analyst Score: 0.87 Term: security