AgentStack
SKILL verified MIT Self-run

Security Review Automation

skill-uygnoey-skills-from-claude-blog-security-review-automation · by uygnoey

Automate security review workflows with Claude Code by running ad-hoc checks before commits and adding pull-request reviews via GitHub Actions.

No reviews yet
0 installs
11 views
0.0% view→install

Install

$ agentstack add skill-uygnoey-skills-from-claude-blog-security-review-automation

✓ 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.

Are you the author of Security Review Automation? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Instructions

Use this skill to set up a lightweight security review loop around Claude Code.

  1. Run an ad-hoc review before committing
  • Update Claude Code to the latest version.
  • In your repository, run the built-in command: /security-review.
  • Review the findings and (optionally) ask Claude Code to implement fixes.
  1. Add automated pull request reviews
  • Install the Claude Code GitHub Action (see the post for the installation and configuration documentation).
  • Configure rules to reduce false positives and align with your team’s security policy.
  • Have the action comment on PR diffs with issues and recommended fixes.
  1. Focus areas to request/check
  • SQL injection risks
  • Cross-site scripting (XSS)
  • Authentication and authorization flaws
  • Insecure data handling
  • Dependency vulnerabilities

Examples

Example: Pre-commit check

  • Run: /security-review
  • Then ask Claude Code: “Fix the highest severity issues you found, and explain each change.”

Example: Pull request automation

  • Add the GitHub Action and have it run on every PR.
  • Tune rules to reduce noise.

Notes

  • This skill is based on the Claude blog post (see source.json at the artifact root).
  • The post references customization and installation documentation, but does not include a full workflow file or configuration snippet.

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.