migrating-to-zero-yaml
Pass
Audited by Gen Agent Trust Hub on Apr 2, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill instructions are focused exclusively on performing a technical migration within a local Nango project environment. It provides clear safety checks, such as verifying the project root and ensuring rollback paths (git) exist before destructive edits.
- [COMMAND_EXECUTION]: Uses standard development commands (
nango compile,nango dryrun,npm test) to validate the migration. These are expected operations for a developer-oriented migration tool. - [EXTERNAL_DOWNLOADS]: References official documentation from
nango.devto guide the migration process. These are trusted resources within the vendor's own ecosystem. - [DATA_EXFILTRATION]: No exfiltration patterns detected. File reads and writes are strictly scoped to the project configuration and source files (
nango.yaml,package.json,tsconfig.json, and.tsfiles).
Audit Metadata