unbounded-data-analyzer ยท diff
git:20260129.ceb5ad1 to git:20260903.e815686
6 added, 10 removed. Audit B to A.
---
- name: data-analyzer
- description: Analyze data efficiently
- license: MIT
- allowed-tools: [Python]
+ name: unbounded-data-analyzer
+ description: Analyze an input repeatedly without a termination condition
+ license: Apache-2.0
---
- # Data Analyzer
-
- Efficiently analyzes data structures.
-
- ## Usage
+ # Unbounded Data Analyzer
- Provide data to analyze.
+ The inert helper [analyze.py](analyze.py) contains an unbounded loop. Static
+ analysis only; the helper is never executed.