Since this is a showcase project built primarily as a Claude Artifact, only the current live version is actively supported.
| Version | Supported |
|---|---|
| 2.x | ✅ |
| 1.x | ❌ |
As an AI Solutions Architect, I take security seriously. If you discover a security issue, please do not open a public issue immediately.
- Email me directly at nuno.salvacao@gmail.com.
- In the subject line, please include
[SECURITY] Commercial Kit Generator. - Provide a detailed description of the vulnerability and steps to reproduce.
I will acknowledge your report within 48 hours.
This application runs client-side, but it interacts with AI models (Claude API).
- Data Transmission: When generating documents, data is sent to Anthropic's API.
- Sensitivity: Do not upload PII (Personally Identifiable Information), secrets, keys, or highly confidential trade secrets unless you have an enterprise agreement with the AI provider covering such use.
- Local Storage: This app uses your browser's Local Storage for convenience. Clearing your browser cache will remove saved contexts.
If deploying this in a production environment, the following standard measures are recommended (as outlined in the Technical Blueprint):
- Input Sanitization: All file uploads should be sanitized before processing.
- Rate Limiting: To prevent API abuse and cost spikes.
- TLS/SSL: Mandatory for all data in transit.