security-review-expert

Identify and document security risks in VentoStack backend code and configurations.

Updated Nov 12, 2025
One-click install
npx skills add https://github.com/Ventorium/VentoStack --skill security-review-expert
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review-expert
Source: https://github.com/Ventorium/VentoStack/tree/main/.claude/skills/security-review-expert
Command: npx skills add https://github.com/Ventorium/VentoStack --skill security-review-expert

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Conducting post-implementation security reviews of VentoStack systems to identify attack surfaces, trust boundary violations, tenant isolation gaps, secret exposures, AI tool abuse risks, and runtime/container hardening gaps.

Core Features & Use Cases

  • Threat modeling and attack surface mapping for backend code, configurations, manifests, and deployment architectures.
  • Review patterns and checklists covering authentication/authorization, secret management, data handling, logging, and supply chain controls.
  • Applied scenarios: auditing newly added features, refactors, deployments, post-incident reviews, and architecture decisions to ensure security requirements are enforced.

Quick Start

Review the latest code changes and deployment manifests to surface critical security gaps and produce a risk report.

Frequently Asked Questions about security-review-expert

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

FAQPage Schema
How do I conduct a security review for backend code and deployment manifests?

Conduct a security review by applying threat modeling, data flow analysis, and trust boundary checks to backend code and manifests to identify attack surfaces and produce a documented risk report.

When do I need to perform threat modeling and trust boundary analysis?

Perform threat modeling and trust boundary analysis when auditing newly added features, refactors, deployment architectures, or post-incident reviews to identify tenant isolation gaps and security violations.

Can I use this security audit to check secret management and runtime hardening configurations?

Yes, you can check secret management and runtime hardening configurations by reviewing patterns for secret exposures, container hardening gaps, and least-privilege practices across your system architecture.

What is the best way to map attack surfaces and identify tenant isolation gaps in VentoStack?

The best way to map attack surfaces and identify tenant isolation gaps is to analyze data flows, authentication boundaries, and deployment manifests to detect trust boundary violations and unauthorized access paths.

Does this approach work for post-incident security reviews and architecture decisions?

Yes, this approach works for post-incident reviews and architecture decisions by enforcing concrete security checks like supply chain controls, logging review, and compliance validation against least-privilege requirements.

Why does my newly deployed feature have secret exposure and authorization vulnerabilities?

Newly deployed features have secret exposure and authorization vulnerabilities when security reviews miss data flow analysis, trust boundary validation, and secret management checks during the post-implementation audit phase.