pact-coding-standards
Pass
Audited by Gen Agent Trust Hub on Feb 26, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill includes a shell script
scripts/lint-check.shthat executes local development tools. The script automates the execution of linters like eslint, ruff, flake8, pylint, go vet, and cargo clippy based on project detection within the current directory. SKILL.md provides instructions for setting execution permissions on this script using chmod +x. - [SAFE]: The documentation focuses on industry-standard clean code principles and secure error handling. Coding examples demonstrate secure practices such as input validation, guard clauses, and structured logging. No malicious patterns, prompt injections, or unauthorized data access attempts were identified.
Audit Metadata