humanize-beagle

Pass

Audited by Gen Agent Trust Hub on Apr 12, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • [COMMAND_EXECUTION]: The skill uses several local shell commands for workspace management and code validation.
  • Employs git status, git stash, and git diff to protect uncommitted changes and report modification summaries.
  • Executes python3 with the ast module to verify the syntax integrity of modified Python source files.
  • Uses npx to run the acorn parser for verifying TypeScript and JavaScript file syntax after rewriting.
  • [EXTERNAL_DOWNLOADS]: Fetches the acorn parser from the official npm registry using npx to support the JavaScript syntax validation step.
  • [SAFE]: Implements comprehensive defensive measures by creating a 'pre-humanize backup' via git stash and automatically reverting any file that fails syntax validation using git checkout.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 12, 2026, 09:29 AM