Every shared file represents a potential endpoint for data leakage.
Shared assets suggest cross-team accessibility.
This report provides a summary of the dataset, totaling 54 files and occupying 31.19 MB of storage. π Dataset Executive Summary Total Inventory: 54 items (Files/Folders) Total Volume: 31.19 MB Average Item Size: 591.45 KB Storage Density: Low (Typical of documents and small media) π Key Insights & Analysis π Composition Estimate
data = [ {"name": "Project_Alpha_Draft.docx", "size_kb": 1200, "shared_with": 5, "last_accessed": "2026-04-20"}, {"name": "Q1_Financials.xlsx", "size_kb": 4500, "shared_with": 12, "last_accessed": "2026-04-27"}, {"name": "Team_Photo_HighRes.jpg", "size_kb": 8200, "shared_with": 25, "last_accessed": "2026-03-15"}, {"name": "Logo_Vector_Final.ai", "size_kb": 3100, "shared_with": 8, "last_accessed": "2026-04-10"}, {"name": "Meeting_Notes_April.pdf", "size_kb": 850, "shared_with": 15, "last_accessed": "2026-04-25"} ] total_files = 54 total_size_mb = 31.19 avg_size_kb = (total_size_mb * 1024) / total_files print(f"Total Files: {total_files}") print(f"Total Size: {total_size_mb} MB") print(f"Average File Size: {avg_size_kb:.2f} KB") Use code with caution. Copied to clipboard
Review "Shared with" lists for the 54 files to ensure only current team members have access.
Every shared file represents a potential endpoint for data leakage.
Shared assets suggest cross-team accessibility. Shared Files & Folders - 54 Files (31.19 MB)
This report provides a summary of the dataset, totaling 54 files and occupying 31.19 MB of storage. π Dataset Executive Summary Total Inventory: 54 items (Files/Folders) Total Volume: 31.19 MB Average Item Size: 591.45 KB Storage Density: Low (Typical of documents and small media) π Key Insights & Analysis π Composition Estimate Every shared file represents a potential endpoint for
data = [ {"name": "Project_Alpha_Draft.docx", "size_kb": 1200, "shared_with": 5, "last_accessed": "2026-04-20"}, {"name": "Q1_Financials.xlsx", "size_kb": 4500, "shared_with": 12, "last_accessed": "2026-04-27"}, {"name": "Team_Photo_HighRes.jpg", "size_kb": 8200, "shared_with": 25, "last_accessed": "2026-03-15"}, {"name": "Logo_Vector_Final.ai", "size_kb": 3100, "shared_with": 8, "last_accessed": "2026-04-10"}, {"name": "Meeting_Notes_April.pdf", "size_kb": 850, "shared_with": 15, "last_accessed": "2026-04-25"} ] total_files = 54 total_size_mb = 31.19 avg_size_kb = (total_size_mb * 1024) / total_files print(f"Total Files: {total_files}") print(f"Total Size: {total_size_mb} MB") print(f"Average File Size: {avg_size_kb:.2f} KB") Use code with caution. Copied to clipboard π Dataset Executive Summary Total Inventory: 54 items
Review "Shared with" lists for the 54 files to ensure only current team members have access.