XMemo CLI is designed to minimize local secret exposure.
- No telemetry or analytics are collected.
- Token values are never printed by CLI commands.
- Generated MCP config references
XMEMO_KEYinstead of embedding a token value. - Agent instance IDs are non-secret and stored in user-scoped config outside git.
- Plaintext token storage requires explicit
--allow-plaintext. - npm publish is constrained by the package
fileswhitelist.
Report security issues privately to the Yonro maintainers. Do not open a public issue for secrets, token handling bugs, authentication bypasses, or sensitive deployment details.
Do not include real tokens in:
- Git commits
- GitHub Issues or Discussions
- npm package contents
- MCP config files
- logs
- screenshots
- chat transcripts
Use the XMemo website or enterprise console to create, rotate, and revoke tokens.