build-error-resolver
Pass
Audited by Gen Agent Trust Hub on May 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses standard development and build tools including
npm,npx,tsc, andeslint. These are used correctly within the context of identifying and fixing compilation errors. - [SAFE]: Command execution is limited to standard project maintenance tasks, such as clearing build caches (
rm -rf .next node_modules/.cache) and reinstalling dependencies. These are typical troubleshooting steps in JavaScript/TypeScript environments. - [SAFE]: No evidence of prompt injection, data exfiltration, or obfuscation was found. The instructions are focused on the technical task of code correction.
- [SAFE]: While the skill installs external packages (e.g.,
react), these are well-known libraries from official registries and are mentioned as examples of fixing missing dependency errors.
Audit Metadata