polystella-contributor
Pass
Audited by Gen Agent Trust Hub on Jul 16, 2026
Risk Level: SAFE
Full Analysis
- [Command Execution]: The skill instructs the agent to perform standard development tasks using the
pnpmpackage manager. Specifically, it involves runningpnpm testfor verification,pnpm buildfor compilation, and executing the locally generated CLI vianode dist/cli.js. These are routine operations for a contributor working within a software repository. - [Network Operations]: The recipes include templates for implementing translation providers that utilize
fetchto communicate with external AI service endpoints. This functionality is central to the tool's purpose of automating content translation and is documented with standard implementation patterns. - [Credential Handling]: The guide provides instructions on defining configuration schemas that include sensitive fields like
apiKey. The templates demonstrate correct usage of these fields within a provider's logic, focusing on implementation structure rather than the storage or exposure of actual credentials.
Audit Metadata