You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SECURITY.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ Bayan Flow implements several security measures:
69
69
70
70
-**Client-side only**: No server-side data processing or storage for algorithm execution
71
71
-**Local algorithm execution**: Sorting, searching, pathfinding, and graph visualizations run entirely in the browser
72
-
-**Limited third-party calls**: Umami analytics (privacy-oriented), GitHub public API (release/repo metadata), and jsDelivr (Pyodide, only when the user opens the Python panel)
72
+
-**Limited third-party calls**: PostHog analytics (privacy-oriented, via first-party proxy), GitHub public API (release/repo metadata), and jsDelivr (Pyodide, only when the user opens the Python panel)
Copy file name to clipboardExpand all lines: public/.well-known/agent-card.json
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,22 @@
3
3
"name": "Bayan Flow",
4
4
"description": "Interactive educational tool for learning algorithms through step-by-step visual animations with clarity (بيان). Features sorting, pathfinding, searching, tree traversal, and graph algorithms with Python code examples and real-time complexity analysis.",
"description": "Browse and explore interactive algorithm visualizations across sorting, pathfinding, searching, tree traversal, and graph categories.",
13
+
"url": "https://bayanflow.com/app"
14
+
},
15
+
{
16
+
"name": "complexity-analysis",
17
+
"description": "View time and space complexity information for any algorithm.",
0 commit comments