oss-hygiene
Pass
Audited by Gen Agent Trust Hub on Jun 27, 2026
Risk Level: SAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill audits existing repository content, including workflow files and metadata. This establishes an indirect prompt injection surface where malicious data within a target repository could attempt to influence the agent's audit results.
- Ingestion points: Reads existing workflow files in
.github/workflows/and repository profile data viagh apicalls. - Boundary markers: The protocol describes reading and parsing files without explicitly defined delimiters for untrusted content.
- Capability inventory: The skill possesses
Write,Edit, andBashcapabilities for modifying repository state. - Sanitization: The skill audits content for specific security patterns (e.g.,
pull_request_target) to warn the user, which is a benign and intended use of the data. - [EXTERNAL_DOWNLOADS]: The skill scaffolds GitHub Actions workflows that reference external actions from trusted organizations.
- Evidence: Configures
actions/checkout,github/codeql-action, andactions/dependency-review-actionfrom GitHub's official organizations. - Evidence: Configures
ossf/scorecard-actionfrom the Open Source Security Foundation (OpenSSF). - [COMMAND_EXECUTION]: The skill uses
gh(GitHub CLI) andgitto interact with the repository and the GitHub API. - Evidence: Uses
gh apito verify and enable security features like automated security fixes, vulnerability alerts, and secret scanning. - Evidence: Uses
gitfor repository inspection and management tasks.
Audit Metadata