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, andgit diffto protect uncommitted changes and report modification summaries. - Executes
python3with theastmodule to verify the syntax integrity of modified Python source files. - Uses
npxto run theacornparser for verifying TypeScript and JavaScript file syntax after rewriting. - [EXTERNAL_DOWNLOADS]: Fetches the
acornparser from the official npm registry usingnpxto 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