sec-audit-static

Automates static SAST, SCA, and secret scans for Spring/Kotlin and React/Next codebases, publishing reports to Confluence.

2|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/hssg1109/sec_audit_playbook --skill sec-audit-static-hssg1109
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sec-audit-static
Source: https://github.com/hssg1109/sec_audit_playbook/tree/main/skills/sec-audit-static
Command: npx skills add https://github.com/hssg1109/sec_audit_playbook --skill sec-audit-static-hssg1109

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It removes the manual coordination overhead of static SAST, SCA, secret, and Confluence reporting workflows so security teams can reliably audit Spring/Kotlin backends and React/Next frontends.

Core Features & Use Cases

  • Asset identification and API inventory gather context for downstream scans while respecting scoped modules and frontend-only repos.
  • SAST and secret scanning orchestration runs scan_injection_enhanced, scan_xss, scan_file_processing, scan_data_protection, and Gitleaks in sequenced phases.
  • Automated Phase 3/4 reporting guardrails merge LLM cross-verification findings, supplemental JSON metadata, and Confluence page maps for finished diagnostics.

Quick Start

Run the sec-audit-static playbook on the target testbed to sequence asset collection, code scans, secret checks, SCA, and report publishing.

Frequently Asked Questions about sec-audit-static

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

FAQPage Schema
What does a static security audit for a Spring Boot backend involve?

A static security audit for a Spring Boot backend involves asset enumeration and SAST scanning to surface injection, XSS, and data vulnerabilities. It sequences code scans, secret checks, and SCA cross-verification to identify risks before deployment.

How do I automate SAST scanning and Confluence reporting for React and Next.js frontends?

You can automate SAST scanning and Confluence reporting by running a playbook that sequences asset collection, injection checks, and secret scanning. It merges LLM cross-verification findings and supplemental JSON metadata into published Confluence pages.

Can I use automated secret scanning with Gitleaks during a SAST workflow?

Yes, you can use Gitleaks for secret scanning within a SAST workflow. The audit playbook runs Gitleaks in sequenced phases alongside injection, XSS, and data protection scans to comprehensively identify hardcoded secrets and code vulnerabilities.

What is the best way to generate a Confluence report from SCA and SAST findings?

The best way to generate a Confluence report from SCA and SAST findings is to use automated reporting guardrails that merge LLM cross-verification findings, supplemental JSON metadata, and page maps. This ensures Phase 4 publication of finished diagnostics.

Does static security auditing work with frontend-only repositories?

Yes, static security auditing works with frontend-only repositories. The asset identification and API inventory processes gather context for downstream scans while respecting scoped modules and frontend-only repo constraints.