Currently supported versions of Nagient:
| Version | Supported |
|---|---|
| 0.8.x | ✅ |
| 0.1.x | ❌ |
We take the security of Nagient seriously. If you discover a security vulnerability, please follow these steps:
Please do not open a public GitHub issue for security vulnerabilities. Public disclosure could put the community at risk.
Send your vulnerability report to the project maintainers via:
- GitHub Security Advisories (preferred)
- Email to the maintainers listed in
pyproject.toml
Please include:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if available)
- Your contact information
- Initial Response: Within 48 hours
- Status Update: Within 7 days
- Fix Timeline: Depends on severity (Critical: 7 days, High: 30 days, Medium: 90 days)
Bundled Plugins: All bundled transports and tools are reviewed and maintained by the core team.
Custom Plugins: User-provided plugins run with the same privileges as Nagient. Only install plugins from trusted sources.
Plugin Isolation: Currently, plugins run in the same process. Future versions may add sandboxing.
Storage: Secrets are stored in ~/.nagient/secrets.env and should be protected with appropriate file permissions (0600).
In Memory: Secrets are loaded into memory during runtime. The secret broker provides redaction boundaries.
Transmission: Secrets are passed to plugins via environment variables or secure channels. Never log or print secrets.
Bounded Mode (Default): Limits file operations to the configured workspace root.
Unsafe Mode: Removes path restrictions. Use only in trusted environments.
Protected Paths: Nagient's own configuration directories are protected from workspace operations.
HTTPS Only: Use HTTPS for all external API calls (GitHub, LLM providers, etc.)
Proxy Support: Telegram and other transports support HTTP/HTTPS proxies with authentication.
Certificate Validation: Always validate TLS certificates. Never disable certificate checks.
Credential Handling: Git credentials are passed via askpass script with environment variables, never in command line arguments.
Token Storage: Store tokens in tool secrets, not in git config or workspace files.
Repository Trust: Only clone from trusted repositories. Malicious repositories could contain harmful hooks or content.
Provider Auth: Each provider (OpenAI, Anthropic, etc.) uses separate credentials stored in secrets.
Transport Auth: Each transport (Telegram, webhooks) has its own authentication mechanism.
Token Rotation: Regularly rotate API tokens and bot tokens.
Approval Policies: Tools declare approval requirements (never, inherit, required, policy).
High-Risk Operations: Operations like git push, file deletion, and external API writes require approval.
Dry-Run Support: Many tools support dry-run mode to preview changes before execution.
- Protect Secrets: Set
chmod 600 ~/.nagient/secrets.env - Review Plugins: Audit custom plugins before installation
- Use Bounded Mode: Keep workspace mode as "bounded" unless necessary
- Rotate Tokens: Regularly update API keys and tokens
- Monitor Logs: Check
~/.nagient/logs/for suspicious activity - Update Regularly: Keep Nagient updated to the latest version
- Validate Input: Always validate and sanitize user input
- Declare Permissions: Accurately declare required permissions
- Handle Secrets Safely: Use the secret broker, never log secrets
- Approval Policies: Set appropriate approval policies for risky operations
- Error Handling: Handle errors gracefully, don't leak sensitive information
- Documentation: Document security requirements and risks
- Least Privilege: Run Nagient with minimal necessary permissions
- Isolated Environment: Consider running in Docker or isolated environment
- Network Segmentation: Restrict network access to required endpoints only
- Audit Logging: Enable and monitor audit logs
- Backup Configuration: Regularly backup
~/.nagient/config.tomland secrets - Review Approvals: Carefully review approval requests before accepting
- Plugin Isolation: Plugins run in the same process without sandboxing
- Shell Access: Shell tool provides direct command execution
- Workspace Access: In unsafe mode, full filesystem access is possible
- Memory Security: Secrets exist in process memory unencrypted
- Plugin sandboxing with process isolation
- Enhanced secret encryption at rest
- Audit logging for all operations
- Fine-grained permission system
- Rate limiting for external API calls
✅ Path Guards: Workspace manager prevents escaping workspace root
✅ Secret Redaction: Secret broker redacts secrets from logs and errors
✅ Approval Gates: High-risk operations require explicit approval
✅ Validation: Plugin registry validates manifests and configurations
✅ Safe Defaults: Bounded workspace mode, approval policies enabled by default
- Preflight Checks:
nagient preflightvalidates configuration before activation - Status Monitoring:
nagient statusshows system health - Plugin Inspection:
nagient transport listshows all loaded plugins - Secret Management: Secrets stored separately from configuration
- No Telemetry: Nagient does not send telemetry or usage data
- Local First: All data stays local unless you configure external integrations
- LLM Providers: Your prompts go to configured LLM providers (OpenAI, Anthropic, etc.)
Nagient is released under the MIT License. See LICENSE for details.
Security updates are released as patch versions (e.g., 0.8.1 → 0.8.2) and documented in the changelog.
Subscribe to GitHub releases to be notified of security updates.
We appreciate security researchers who responsibly disclose vulnerabilities. Contributors will be acknowledged (with permission) in release notes.
Last Updated: 2026-07-15
Version: 0.8.3