shipping
Pass
Audited by Gen Agent Trust Hub on Jul 10, 2026
Risk Level: SAFE
Full Analysis
- Operational Guardrails: The skill includes a 'Guardrails' section that explicitly prohibits the agent from performing autonomous network operations or repository modifications, such as pushing branches or publishing packages. This reinforces a human-in-the-loop security model for critical repository actions.
- Standard Tooling Integration: The instructions guide the user through standard development tasks using local repository scripts and npm commands (e.g.,
npm run test,npm run build). These patterns are consistent with the intended use case of contributing to a software project and rely on the project's own established build system. - Contextual Awareness: The skill references internal documentation and configuration files (like
CONTRIBUTING.mdandbeachball.config.js) to provide necessary context for the shipping process. It utilizes local project files rather than external dependencies to inform its behavior.
Audit Metadata