Skip to content

Add pagination for list_all_notes() #185

@careck

Description

@careck

Security Review Recommendation

Source: Krillnotes Security Review v1.0.1 (April 2026)

Description

list_all_notes() loads the entire workspace into memory. For very large workspaces this could cause memory pressure.

Recommendation

Consider pagination or streaming for large workspace list_all_notes() operations. This is a scalability concern rather than a security issue.

Acceptance Criteria

  • Assessment of maximum practical workspace size
  • Pagination or streaming implemented if needed, or documented size limits

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions