schema-cleaner
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns or security risks were detected. The skill performs standard JSON processing using built-in Node.js libraries.
- [DATA_EXFILTRATION]: The reference resolution logic is designed securely; it only processes local internal references (#) and explicitly ignores external references, which prevents potential Server-Side Request Forgery (SSRF) or local file inclusion attacks.
- [COMMAND_EXECUTION]: The script includes a CLI for processing local files. File access is limited to standard read/write operations on paths provided via command-line arguments, which is expected for a developer utility.
Audit Metadata