security-scan

Automate structured security reviews of code changes for trust boundaries and secret exposure.

264|27|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/PacificStudio/openase --skill security-scan-pacificstudio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-scan
Source: https://github.com/PacificStudio/openase/tree/main/internal/builtin/skills/security-scan
Command: npx skills add https://github.com/PacificStudio/openase --skill security-scan-pacificstudio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams perform a structured security review of code changes to identify trust boundaries, untrusted input handling, secret exposure, and risky configurations before release.

Core Features & Use Cases

  • Attack surface mapping across authentication, authorization, data handling, and deployment boundaries.
  • Review of untrusted input handling, secrets management, dependency risk, and default security configurations.
  • Use cases include PR security gates, API change audits, and deployment config reviews to prevent incidents.

Quick Start

Provide the code change or patch to review, and the skill will generate a structured security assessment with actionable remediation guidance.

Frequently Asked Questions about security-scan

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate a security review for code changes in a pull request?

To automate a security review for pull requests, provide the code patch to trigger a structured assessment that maps the attack surface, validates untrusted input handling, and audits secret exposure. This generates a remediation-focused report to prevent incidents before release.

What is trust boundary mapping in code security reviews?

Trust boundary mapping in code security reviews identifies where untrusted data crosses into protected zones. It assesses authentication, authorization, and input handling across deployment configurations and API changes to prevent unauthorized access and data exposure.

Does this security scan check for hardcoded secrets and risky dependencies?

Yes, this security scan checks for hardcoded secrets and risky dependencies. It performs a secrets auditing and dependency risk review across your code changes to identify exposed credentials and vulnerable libraries before deployment.

What's the best way to audit deployment configurations for default security risks?

The best way to audit deployment configurations for default security risks is using a structured security review workflow. It evaluates default configurations, external integrations, and trust boundaries to produce actionable remediation guidance for your deployment.

Can I use this security review for new API changes and external integrations?

Yes, you can use this security review for new API changes and external integrations. It assesses risk across authentication, authorization, and data handling boundaries to identify untrusted input vulnerabilities and secret exposure in your updated endpoints.