raise-pr
Pass
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes standard development tools including
git,npm, and the GitHub CLI (gh). These are used for routine repository tasks such as status checks, code formatting (npm run re:format), linting (npm run lint:hooks), and PR creation. - [SAFE]: The skill demonstrates security awareness by explicitly excluding sensitive local configuration files (
config.toml,webpack.dev.js,webpack.dev.ts) from being automatically staged or committed, following standard secret management practices.
Audit Metadata