@astermind/astermind-synth
Version:
OmegaSynth - Label-Conditioned Synthetic Data Generator for AsterMind ELM/KELM Pipelines
24 lines (16 loc) • 777 B
Markdown
# Security Overview – AsterMind Synth
Threat Model
- Local execution; artifacts saved on disk. No default telemetry.
Recommended Controls
- Store artifacts in restricted directories; enable disk encryption.
- Limit access via OS permissions and least privilege.
- Regularly rotate and prune artifacts (models, logs).
- Review validation rules to prevent harmful outputs.
Secure Development
- TypeScript with strict mode; tests for critical paths.
- Versioned builds; reproducible artifacts in `dist/models/vX.Y.Z/`.
Incident Response
- For security incidents or suspected vulnerabilities, contact security@astermind.ai.
- Provide version info and reproduction steps where possible.
Disclosure
- We welcome responsible disclosure and will acknowledge validated issues.