submit-weekly-quiz
Pass
Audited by Gen Agent Trust Hub on May 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a workflow for submitting English quiz content to a specific GitHub repository. No malicious behaviors, obfuscation, or unauthorized data access were found.
- [EXTERNAL_DOWNLOADS]: Fetches the target repository from GitHub and installs project dependencies via
npm install. These operations are standard for the skill's documented purpose and target the author's own infrastructure. - [COMMAND_EXECUTION]: Utilizes local bash scripts (
iso-sunday.sh,open-pr.sh) and standard CLI tools (git,gh,npm) for workflow automation. These actions are scoped to the project environment and intended purpose.
Audit Metadata