Production-grade platform engineering handbook — Kubernetes, Terraform, Flux CD, GitHub Actions, AWS, and more.
77
97%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Low
Low-risk findings.
1 low severity finding. Worth noting, but not necessarily harmful.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
The skill’s runtime workflow for `/platform-skills:triage --all` fetches unresolved PR review threads via the `gh` CLI (GitHub GraphQL), ingesting outsider-authored free-form comment text into the agent’s LLM context for classification and reply generation.
api.github.com
domain · 7 sites
The triage workflow (SKILL.md:168, references/pr-review.md §Bot Comment Triage) instructs the agent to call `gh api graphql` with `reviewThreads` and `gh api repos/.../pulls/.../comments` to fetch the `body` field of PR review comments — outsider-authored free-form text — and ingest it into the LLM context for classification and reply generation; all `gh api` calls route through api.github.com.