AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Code Review Infra

skill-gsarig-skills-code-review-infra · by gsarig

Reviews infrastructure changes: GitHub Actions workflows, Terraform, Dockerfiles, docker-compose, IaC. Focuses on supply-chain pinning, secret handling, least-privilege permissions, action versions, and CI failure modes. Always verifies action hash pins when present.

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-gsarig-skills-code-review-infra

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-gsarig-skills-code-review-infra)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
7d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Code Review Infra? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Steps

1. Source and diff

Read ~/.claude/skills/code-review/references/review-shared.md and follow its source detection and diff fetching sections. If --source and the corresponding identifier args were passed, use those and skip any prompting.

2. GitHub Actions hash verification

If the diff contains any line matching ^\+\s*uses:\s+\S+@[0-9a-f]{40}, run the verification per the shared doc for every pinned action. Infra reviews always run this step when pins are present.

3. Review

Read ~/.claude/skills/code-review/references/review-checklist.md first.

Focus on:

  • Supply-chain pinning: third-party actions pinned to a 40-char hash, comments accurately name the corresponding tag, dependabot configured if appropriate.
  • Secret handling: no secrets in plain text, no secrets echoed or set-output, scoped via repository secrets or OIDC, redacted in logs.
  • Least-privilege permissions: explicit permissions: blocks at the job or workflow level, GITHUB_TOKEN scope minimised, no blanket write-all.
  • Action version recency: pin against a current major; flag deprecated actions (e.g. set-output, save-state).
  • Dockerfile hygiene: non-root user, image pinning (digest or specific tag, not latest), layer-cache friendliness, no secrets baked into image, multi-stage builds where appropriate.
  • IaC drift risk: missing state backend lock, destructive operations (forced replacements, deletions), unbounded blast radius.
  • CI failure modes that block deploys: missing fallbacks, single points of failure, flaky external dependencies, missing timeouts.

Apply the common review rules from the shared doc.

4. Output

Format per the output section of ~/.claude/skills/code-review/references/review-shared.md. The linter section does not apply; do not run a linter.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.