investigate-security

Evaluate system security posture with OWASP Top 10 compliance checks.

12|1|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/wfukatsu/nexus-architect --skill investigate-security
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: investigate-security
Source: https://github.com/wfukatsu/nexus-architect/tree/main/skills/investigate-security
Command: npx skills add https://github.com/wfukatsu/nexus-architect --skill investigate-security

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you evaluate the security posture of your system, identifying vulnerabilities and areas for improvement.

Core Features & Use Cases

  • Security Posture Evaluation: Checks for OWASP Top 10 compliance, access control, and zero-trust readiness.
  • Vulnerability Identification: Reports on vulnerabilities and risks with classifications.
  • Design Improvement Recommendations: Provides guidance on design improvements for better security.
  • Use Case: Use this Skill to review the security of your application after a major code change or to ensure compliance with security standards.

Quick Start

Use the /architect:investigate-security command followed by the target path to evaluate your system's security posture.

Frequently Asked Questions about investigate-security

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

FAQPage Schema
How do I assess my system's security posture for OWASP Top 10 compliance?

To assess system security posture, this Skill evaluates your code and configuration files, checking for OWASP Top 10 compliance, access control mechanisms, and zero-trust readiness. It identifies vulnerabilities and provides design improvement recommendations.

What is zero-trust readiness evaluation in application security?

Zero-trust readiness evaluation analyzes your system configuration to determine if access control mechanisms enforce strict identity verification. This Skill assesses zero-trust readiness alongside OWASP Top 10 compliance to identify vulnerabilities and report security risks.

How do I identify vulnerabilities and access control flaws in my codebase?

To identify vulnerabilities and access control flaws, run the security assessment command against your target path. The Skill scans system code and configuration files, classifies risks, and provides guidance on design improvements for better security.

Do I need to provide source code to perform a security assessment?

Yes, providing source code is required. The security assessment requires access to your system code and configuration files to effectively evaluate the security posture, identify vulnerabilities, and check OWASP Top 10 compliance.

When should I run a security posture evaluation on my application?

You should run a security posture evaluation after a major code change or to ensure compliance with security standards. This helps identify newly introduced vulnerabilities, verify access control mechanisms, and validate zero-trust readiness.