react-audit-grep-patterns
Pass
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill makes extensive use of local shell commands including
grep,find,cat, andwcto scan source files for specific code patterns related to React migrations.- [COMMAND_EXECUTION]: Provides inline Python and Node.js snippets (viapython3 -candnode -e) to parsepackage.jsonfiles and check local dependency versions. These operations are limited to processing local project metadata and do not execute external code.- [EXTERNAL_DOWNLOADS]: Usesnpm infoto retrieve peer dependency requirements from the official npm registry, which is an established well-known service used for development workflows. This operation does not involve executing remote scripts.- [SAFE]: No prompt injection, data exfiltration, obfuscation, or unauthorized persistence mechanisms were identified. All commands are transparent, local-first, and align with the skill's stated purpose of codebase auditing.
Audit Metadata