axiom-audit-storage

Analyze iOS file system usage to detect data loss risks and storage anti-patterns.

34|2|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/DengNaichen/Stet --skill axiom-audit-storage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: axiom-audit-storage
Source: https://github.com/DengNaichen/Stet/tree/main/.agents/skills/axiom-audit-storage
Command: npx skills add https://github.com/DengNaichen/Stet --skill axiom-audit-storage

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill identifies critical storage anti-patterns that lead to data loss, unnecessary iCloud backup bloat, and sensitive data exposure, ensuring your app follows iOS storage best practices.

Core Features & Use Cases

  • Architecture Mapping: Automatically maps your app's usage of Documents, Caches, Application Support, and App Group containers.
  • Anti-Pattern Detection: Scans for common mistakes like storing persistent data in temporary directories or missing backup exclusions for regenerable files.
  • Security Verification: Checks for sensitive data leakage by verifying if secrets are stored in the Keychain versus insecure files.

Quick Start

Run the axiom-audit-storage skill to perform a full audit of the current repository and generate a storage health report.

Frequently Asked Questions about axiom-audit-storage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I detect iOS storage anti-patterns causing data loss and iCloud backup bloat?

You can detect iOS storage anti-patterns by analyzing file system usage patterns to find persistent data in temporary directories and missing backup exclusions for regenerable files across your codebase.

What is the best way to verify Keychain usage for sensitive data instead of insecure files?

Verifying Keychain usage for sensitive data involves scanning file operations to check if secrets are stored in the Keychain versus insecure files, preventing sensitive data exposure across your iOS codebase.

How does mapping iOS file system usage locations help evaluate storage architecture?

Mapping iOS file system usage evaluates storage architecture by tracking your app's usage of Documents, Caches, Application Support, and App Group containers to validate compliance with Apple's storage guidelines.

Can I audit my entire iOS repository for file protection levels and persistence channels?

Yes, you can audit your entire iOS repository by evaluating storage locations, persistence channels, and file protection levels across the codebase to detect security vulnerabilities and data loss risks.

When do I need to check my app's storage architecture for Apple's storage guideline compliance?

You need to check your app's storage architecture for Apple's storage guideline compliance when you detect data loss risks, backup bloat, or security vulnerabilities from improper file protection levels and persistence channels.