구본승 avatar

구본승

Community

@bs-koo

1Followers
|
7Public Repos
|
46Published Skills

SQIsoft web application security suite combining Semgrep static detection and dynamic exploit confirmation for Spring Boot and JSP/Servlet stacks, plus Korean SI documentation generation.

Skills Distribution
DomainCybersecurit...Web Application Se.. (55%)Dynamic Penetratio.. (20%)SI Requirements & .. (15%)Test Planning & Tr.. (10%)

Agent Skills by 구본승

Showing 46 vetted skills indexed across 3 GitHub repositories.

bs-koobs-koo

exploiting-xss-vulnerabilities

Confirms XSS exploitability by injecting marker payloads and verifying browser execution via Playwright.

Community
Advanced
bs-koobs-koo

detecting-csrf-vulnerabilities

Detects CSRF vulnerabilities in Spring Boot and JSP/Servlet applications using Semgrep rules and AI context verification.

Community
Advanced
bs-koobs-koo

exploiting-broken-access-control

Confirms BFLA and IDOR vulnerabilities by firing authenticated HTTP requests against staging targets.

Community
Advanced
bs-koobs-koo

exploiting-sql-injection

Fires SQL injection payloads against authorized staging targets to confirm exploitability of static scan findings.

Community
Advanced
bs-koobs-koo

detecting-broken-access-control

Detects IDOR, BFLA, and forced browsing vulnerabilities in Spring Boot and JSP web applications.

Community
Advanced
bs-koobs-koo

exploiting-ssrf-and-open-redirect

Confirms SSRF and open redirect vulnerabilities via OOB canary callbacks and Location header analysis.

Community
Advanced
bs-koobs-koo

detecting-path-traversal

Detects path traversal vulnerabilities in Spring Boot and JSP web application source code.

Community
Advanced
bs-koobs-koo

detecting-file-upload-vulnerabilities

Detects unrestricted file upload vulnerabilities in Spring Boot and JSP/Servlet applications.

Community
Advanced
bs-koobs-koo

detecting-sql-injection

Detect SQL Injection vulnerabilities in Spring Boot and JSP/Servlet codebases using Semgrep rules and AI context verification.

Community
Advanced
bs-koobs-koo

detecting-sensitive-data-exposure

Detect hardcoded secrets, PII logging, and sensitive data exposure in Spring and JSP codebases.

Community
Advanced
bs-koobs-koo

exploiting-with-burp

Validates access control, session, SSRF, and path traversal flaws via Burp Suite MCP.

Community
Advanced
bs-koobs-koo

exploiting-auth-session

Confirms JWT, session, and cookie vulnerabilities by firing tampered tokens at staging endpoints.

Community
Advanced
bs-koobs-koo

auditing-web-application-security

Orchestrates static and dynamic security audits of Spring and JSP web applications into unified reports.

Community
Advanced
bs-koobs-koo

exploiting-path-traversal-upload

Confirms path traversal and unsafe file upload vulnerabilities via dynamic payload testing against staging targets.

Community
Advanced
bs-koobs-koo

detecting-ssrf-and-open-redirect

Detect SSRF and open redirect vulnerabilities in Spring and JSP web application source code.

Community
Advanced
bs-koobs-koo

detecting-auth-session-weaknesses

Detect authentication, session, and JWT vulnerabilities in Spring Boot and JSP web applications.

Community
Advanced
bs-koobs-koo

detecting-xss-vulnerabilities

Detect reflected, stored, and DOM XSS vulnerabilities in Spring, JSP, and Vue codebases.

Community
Advanced
bs-koobs-koo

detect-existing-artifact

Detect existing artifact files in a project folder and prompt handling choices.

Community
Intermediate
bs-koobs-koo

load-project-profile

Detect and load active project profiles from profile.json to initialize context.

Community
Advanced
bs-koobs-koo

detect-alternatives

Detect and group alternative designs from RFP and requirements documents.

Community
Intermediate
bs-koobs-koo

audit-response

Classify audit findings and generate remediation documents with evidence checklists.

Community
Advanced
bs-koobs-koo

scan-source-index

Scan source trees incrementally to generate a cacheable source-index.json.

Community
Advanced
bs-koobs-koo

reverse-scan-source

Scan source code projects to reverse-engineer DE-05 program definitions.

Community
Advanced
bs-koobs-koo

extract-requirements

Extract functional and non-functional requirements from RFPs into AN-02 documents.

Community
Intermediate

Frequently Asked Questions About 구본승

FAQPage Schema
What tasks can I perform with bs-koo's security skills?▼

You can statically detect nine vulnerability classes (SQLi, XSS, CSRF, broken access control, path traversal, file upload, SSRF, auth/session, sensitive data exposure) in Spring Boot and JSP/Servlet code, then dynamically confirm real exploitability with payload injection, and generate a unified audit report.

Who are these skills designed for?▼

They target authorized internal penetration testers and security engineers at SQIsoft working on Spring Boot (modern) or JSP/Servlet (legacy) web applications. A separate skill set serves Korean public SI project managers generating requirements, design, test, and traceability documents.

How does the detection-to-exploitation workflow run in practice?▼

Detection skills auto-identify the project stack, run stack-specific Semgrep rules, then use contextual analysis to filter false positives. Exploitation skills take the candidate URLs and parameters, pass a mandatory fail-closed scope_guard limited to local/staging, and fire non-destructive payloads to confirm findings.

Are these skills open source and what do they cost?▼

No. All 17 new security skills carry a Proprietary license authored by sqisoft-security (version 0.8.2) and are restricted to authorized internal SQIsoft penetration testing. There is no public open-source distribution or free tier indicated in the manifest.

What prerequisites and dependencies are required?▼

Dynamic testing requires a running local or staging target URL. Optional dependencies include sqlmap for SQLi (with a manual PoC fallback), Playwright for browser-based XSS confirmation, and Burp Suite on 127.0.0.1:8080 for hybrid proxy-based verification. Static detection requires Semgrep and project source access.