migrate-to-shoehorn
Pass
Audited by Gen Agent Trust Hub on Jun 25, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill utilizes
@total-typescript/shoehorn, which is a well-known library in the TypeScript ecosystem for providing type-safe alternatives to assertions in testing environments. - [EXTERNAL_DOWNLOADS]: The skill instructs the agent to install the
@total-typescript/shoehornpackage from the official npm registry. This is a standard development practice for managing project dependencies. - [COMMAND_EXECUTION]: Uses the
grepcommand to search for specific type assertion patterns in local*.test.tsand*.spec.tsfiles. This is a legitimate search operation used to identify files requiring migration. - [DATA_EXPOSURE]: No sensitive file paths or exfiltration patterns were detected. The file access is restricted to searching test files within the local project scope.
Audit Metadata