grammarly-hello-world
Pass
Audited by Gen Agent Trust Hub on Aug 21, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references the
dotenvpackage, which is a standard Node.js library for managing environment variables. - [CREDENTIALS_UNSAFE]: The skill adheres to security best practices by referencing credentials through environment variables (
process.env.GRAMMARLY_ACCESS_TOKEN) rather than hardcoding sensitive API keys. - [DATA_EXFILTRATION]: The skill communicates with official Grammarly API endpoints (
api.grammarly.com) to provide text scoring and plagiarism detection services, which is the primary and intended purpose of the skill.
Audit Metadata