oss-repository-conventions
Pass
Audited by Gen Agent Trust Hub on Aug 20, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill has a large ingestion surface as it audits repository files such as
README.md,CONTRIBUTING.md,CLAUDE.md, and GitHub API outputs (issues/PRs). - Ingestion points: Audited repository files and
gh-fetched text (specified inreferences/untrusted-content.md). - Boundary markers: The skill contains an explicit protection policy in
references/untrusted-content.mdinstructing the agent to treat all repository content as data to be analyzed rather than instructions to be followed. - Capability inventory: The skill uses
Bash,Write, andEdittools; however, the instructions mandate that all modifications must be presented as a diff and require explicit human confirmation. - Sanitization: The skill instructs the agent to quote repository content as inert, attributed text to prevent restructuring of reports.
- [EXTERNAL_DOWNLOADS]: The skill fetches configuration and templates from trusted sources.
- Evidence: The skill proposes fetching
.gitignoretemplates andLICENSEbodies directly from the official GitHub API (api.github.com). - Evidence: Templates provided for GitHub Actions reference trusted and well-known repositories such as
actions/checkout,google-apis/release-please-action, andossf/scorecard-action. - [COMMAND_EXECUTION]: The skill generates shell commands for repository management.
- Evidence: Capabilities like
security-policyandrepo-infrastructuregenerategh repo editandgh apicommands. These are documented to be shown to the user for manual execution rather than being run automatically by the agent, maintaining a safe trust boundary.
Audit Metadata