Security reports are welcome for the MIGI repository and its documented core boundaries, especially:
- receipt integrity and ChainLog tampering;
- authorization bypasses in LUFITGuard or Tre Logic handling;
- identity, key-management, and device-signing flaws;
- exposure of sensitive capture data or secrets;
- unsafe task routing or tool-permission escalation;
- replay, audit, and provenance failures;
- mobile edge-storage or transport weaknesses.
Please do not post unpatched vulnerabilities in public issues.
Send a private report to security@qstarmigi.com with:
- a clear description of the issue;
- affected repository path, version, or commit;
- steps to reproduce or a proof of concept;
- impact assessment;
- suggested remediation, if available.
Do not include real user data, private keys, access tokens, or sensitive production information in the report.
MIGI is currently an architecture-and-MVP project. Reports will be triaged in good faith, but no service-level response time is guaranteed. The initial goals are:
Acknowledgment → assessment → containment → fix or mitigation → documented resolution
- Keep secrets out of commits, logs, and receipts.
- Use platform keystores or dedicated secret stores for signing material.
- Minimize collection and retention of source data.
- Separate original evidence from generated or derived outputs.
- Require explicit authority before consequential external actions.
- Treat simulation outputs as non-authoritative unless independently verified.
- Preserve auditability without exposing private content.
The following are generally out of scope unless they directly affect MIGI-maintained changes:
- vulnerabilities solely in upstream dependencies or mirrors that have not been modified by MIGI;
- unsupported research concepts with no executable implementation;
- social engineering attacks against third parties;
- findings requiring unauthorized access to accounts or systems.