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, and wc to scan source files for specific code patterns related to React migrations.- [COMMAND_EXECUTION]: Provides inline Python and Node.js snippets (via python3 -c and node -e) to parse package.json files and check local dependency versions. These operations are limited to processing local project metadata and do not execute external code.- [EXTERNAL_DOWNLOADS]: Uses npm info to 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
Risk Level
SAFE
Analyzed
Jun 19, 2026, 01:08 PM
Security Audit — agent-trust-hub — react-audit-grep-patterns