| Version | Supported |
|---|---|
| 0.2.x | yes |
| < 0.2.0 | no |
Do not open public GitHub issues for security vulnerabilities.
Email: jrestrepoa@eafit.edu.co with:
- Description of the issue
- Steps to reproduce
- Impact assessment
- Suggested fix (optional)
We aim to respond within 72 hours.
- npm publishes use GitHub Actions trusted publisher + provenance (no long-lived npm tokens in CI)
- GitHub Actions are pinned to commit SHAs
- Dependencies are locked via
package-lock.json; CI runsnpm ci - Dependabot opens weekly update PRs for npm and GitHub Actions
- Use
MCP_TOOLSET=releaseorreadonlyin production agents - Set
MCP_HTTP_API_KEY(≥32 chars) when usingMCP_TRANSPORT=http - Set
EAS_WEBHOOK_SECRETandGITHUB_WEBHOOK_SECRET - Keep
WEBHOOK_REQUIRE_SECRETS=true - Never commit
.p8, service account JSON, or.env - Rotate exposed tokens immediately
See docs/SECURITY.md for full guidance.