upgrade-analysis

Pass

Audited by Gen Agent Trust Hub on Mar 21, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill implements a set of local analysis patterns using standard shell commands (grep, find, ls, wc). These operations are restricted to the local filesystem for the purpose of identifying project health signals, code quality issues, and security vulnerabilities like hardcoded secrets within the analyzed codebase.
  • [COMMAND_EXECUTION]: The skill executes various shell commands to inspect project files. This includes using python3 to parse JSON and bc for numerical calculations. All execution is performed on local files using static command strings, posing no risk of command injection from external sources.
  • [DATA_EXFILTRATION]: No network operations (such as curl, wget, or fetch) were found. The skill processes data locally and does not attempt to transmit analysis results or sensitive findings to any remote destination.
  • [PROMPT_INJECTION]: The skill does not contain instructions that attempt to override agent behavior, bypass safety guidelines, or extract system prompts.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 21, 2026, 01:22 AM