validating-pre-commit
Pass
Audited by Gen Agent Trust Hub on Mar 7, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill defines and executes bash commands via
pnpm,npx, andrm. These are utilized for standard software development lifecycle tasks, including project compilation, testing, and local environment cleanup (specifically targetingconfig.yml).- [CREDENTIALS_UNSAFE]: The skill references environment variables$SALEOR_URLand$SALEOR_TOKENwithin its documentation for end-to-end testing. It suggests sourcing these from a.env.localfile, which is a standard development practice for managing local environment secrets and does not involve hardcoded credentials or unauthorized exfiltration.
Audit Metadata