Skip to content

Security: Inteligens-ai/inteligens-agent-framework

Security

SECURITY.md

Security Policy

Supported Versions

We actively support the following versions with security updates:

Version Supported
1.0.x
< 1.0

Reporting a Vulnerability

We take security vulnerabilities seriously. If you discover a security vulnerability, please follow these steps:

1. Do NOT open a public issue

Security vulnerabilities should be reported privately to protect users.

2. Report via email

Send an email to: security@inteligens.ai

Include:

  • Description of the vulnerability
  • Steps to reproduce
  • Potential impact
  • Suggested fix (if available)

3. Response Timeline

  • Initial Response: Within 48 hours
  • Status Update: Within 7 days
  • Resolution: Depends on severity and complexity

4. Disclosure Policy

  • We will acknowledge receipt of your report
  • We will keep you informed of the progress
  • We will credit you in the security advisory (if desired)
  • We will coordinate public disclosure after a fix is available

Security Scope

In Scope

  • Security vulnerabilities in the framework code
  • Vulnerabilities in agent execution flow
  • Issues with approval gates or human-in-the-loop mechanisms
  • Problems with state management or journal tracking
  • Security concerns in generated execution plans

Out of Scope

  • Vulnerabilities in projects generated by the framework (report to those projects)
  • Issues with third-party dependencies (report upstream)
  • General usage questions (use GitHub Discussions)
  • Feature requests (use GitHub Issues)

Security Best Practices

The framework follows these security principles:

  1. Human-in-the-Loop: No automatic code execution without human approval
  2. No Secrets in Code: Framework does not store or transmit secrets
  3. Audit Trail: Complete execution journal for traceability
  4. Approval Gates: Critical phases require explicit human approval
  5. State Isolation: Execution state is project-local

Security Features

  • Approval Gates: Human checkpoints for critical decisions
  • Execution Journal: Complete audit trail of all actions
  • State Management: Isolated execution state per project
  • No Auto-Execution: Framework does not automatically execute code
  • IDE-Agnostic: Works in secure environments

Known Limitations

  • Framework does not enforce security policies on generated code
  • Generated projects must implement their own security controls
  • Framework does not scan dependencies for vulnerabilities
  • No built-in secret management (use external tools)

Security Updates

Security updates will be:

  • Released as patch versions (e.g., 1.0.1, 1.0.2)
  • Documented in CHANGELOG.md
  • Tagged with security advisory labels
  • Announced in release notes

Contact

For security-related questions or concerns:

  • Email: security@inteligens.ai
  • GitHub Security Advisories: Use the "Report a vulnerability" button on the repository

Thank you for helping keep the Inteligens Agents Framework secure!

There aren’t any published security advisories