This repository contains sanitized public documentation only.
It intentionally excludes production code, private prompts, credentials, customer data, internal endpoints, real workflow exports, and proprietary implementation details.
Do not commit:
- API keys
- tokens
- passwords
- cookies
- private keys
- real
.envfiles - private prompts
- system instructions from private agents
- production endpoints
- private hostnames
- internal IP addresses
- SSH targets
- customer data
- internal workflow definitions
- raw n8n workflow exports
- private infrastructure configuration
- screenshots containing secrets or internal URLs
Allowed content includes:
- abstract architecture notes
- sanitized case studies
- risk-review methodology
- generic workflow diagrams
- operational checklists
- non-sensitive ADRs
- public-safe engineering principles
- placeholder examples
If sensitive data is accidentally committed:
- Revoke or rotate the affected credential immediately.
- Remove the sensitive data from the repository.
- Review commit history and public forks if applicable.
- Check whether the data was exposed through actions logs, screenshots, artifacts, or releases.
- Document the incident and prevention step.
- Add or improve guardrails to prevent recurrence.
- No real credential is present.
- No
.envfile is present. - No private prompt is present.
- No production endpoint is present.
- No internal hostname or IP is present.
- No raw customer data is present.
- No raw workflow export contains secrets.
- No screenshot contains sensitive information.
- No implementation detail exposes private routing logic.
- No content implies unsafe autonomous execution.
This repository is not a public security program. If you notice sensitive data or a security issue in this repository, contact the repository owner privately instead of opening a public issue.