grammarly-ci-integration
Pass
Audited by Gen Agent Trust Hub on Aug 21, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references official Grammarly Developer API documentation and GitHub Actions security guides for secret management.
- [COMMAND_EXECUTION]: Provides templates for standard Node.js development commands such as
npm ciandnpm testwithin automated workflow files. It also requests access to the GitHub CLI toolset viaBash(gh:*)to support its CI/CD configuration purpose. - [CREDENTIALS_SAFE]: The instructions correctly demonstrate using GitHub Actions secrets (
${{ secrets.GRAMMARLY_CLIENT_ID }}) for handling sensitive API keys, adhering to security best practices for credential management.
Audit Metadata