jsanalyzer

Solid

Static analysis for JavaScript files targeting security vulnerabilities. USE WHEN user says 'analyze js', 'scan javascript', 'find sinks', 'js security', 'analyze these js files', OR user starts Claude in a folder with JS files and wants security analysis. Extracts URLs, paths, sources, sinks, postMessage handlers, secrets, and more.

Data & Documents 8 stars 3 forks Updated 3 weeks ago MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
32
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# JsAnalyzer **Orchestrator-based JS security analysis.** Primary context delegates all heavy work to specialized agents. --- ## Architecture: Orchestrator Pattern ``` PRIMARY CONTEXT (Light Orchestrator) │ ├── Phase 1-3: Spawn in PARALLEL │ ├── js-grep-analyzer (haiku) → paths, endpoints │ ├── js-tool-runner (haiku) → doctorswzl output │ └── js-architecture-analyzer (opus) → architecture docs │ ├── Phase 4: Spawn in PARALLEL │ ├── source-sink-tracer (opus) × N │ ├── postmessage-analyzer (opus) × N │ ├── api-investigator (opus) × N │ └── secrets-analyzer (opus) × 1 │ └── Phase 5: Synthesize (light) ``` **Primary context NEVER:** - Runs greps directly - Parses JSON output - Reads large files for analysis **Primary context ONLY:** - Spawns agents - Waits for results (TaskOutput) - Creates final summary reports --- ## Workflow Routing | Trigger | Workflow | Action | |---------|----------|--------| | `/js-analyze <domain>` or `/jsa <domain>` | LiveSite.md | Acquire from live site → FullScan | | `/js-analyze` (in folder with .js files) | FullScan.md | All 5 phases with agents | | "analyze js files" | Analyze.md | Phases 1-3 only | | "review findings" | Review.md | Phases 4-5 only | **Note:** If given a domain/URL, use LiveSite workflow. If in a folder with JS files, use FullScan. --- ## Execution **When triggered, IMMEDIATELY:** 1. Read workflow: `${PAI_DIR}/skills/JsAnalyzer/workflows/FullScan.md` 2. Execute the orchestrator pattern as specified 3....

Details

Author
SecurityTalent
Repository
SecurityTalent/bugskill-ai
Created
1 months ago
Last Updated
3 weeks ago
Language
HTML
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Listed

js-analysis

Analyze JavaScript files (from Burp/proxy history, a URL list, or a recon JS dump) for security-relevant intel — hidden admin/internal/debug/test API endpoints, hidden parameters (debug/test/admin/role/bypass flags), hardcoded secrets (API keys, tokens, passwords, private keys), feature flags that unlock hidden functionality, dangerous developer comments, and client-side auth/authz logic. Extracts, categorizes, prioritizes by exploitability, emits ready-to-fire validation requests (Burp Repeater / curl), and writes a findings report. Use when a target's front end ships JS bundles and you want to mine them for attack surface. Never reports a secret or endpoint without a live test first.

0 Updated 3 weeks ago
z3r0s6
AI & Automation Listed

analyze

Systematic multi-step codebase analysis producing prioritized findings with file-line evidence. Covers architecture reviews, security assessments, and code quality evaluations through guided exploration, investigation planning, and synthesis. Use when you say "analyze this codebase", "run security assessment", "architecture review of this system", "find code smells", or "review code quality" across multiple files. Do NOT use for single-file maintainability scoring (use code-qualities-assessment) or CWE-78 injection pattern scanning (use security-scan).

45 Updated today
rjmurillo
AI & Automation Listed

jss

JS 侦察流水线编排(自带工具链 + Yakit/浏览器 MCP + 开源 HaESkill 联动):按输入类型自适应——URL 走 katana 主动爬取(硬限速防风控)+ waymore 被动存档(目标站 0 请求),Yakit 有抓包流量则导入登录态 JS 与 API 端点,小程序反编译目录/本地 dist 直接分析(无爬取路径,analyze 即全流程)。双提取引擎(jsluice AST + 正则)+ hae 规则增强产出 ai_brief.md,AI 再做语义分析与优先级排序。任何环节阻塞自动跳过并汇总告知。仅用于授权渗透测试/SRC。触发词:分析js、js分析、js侦察、js信息收集、JS审计、js审计、前端信息收集、前端安全分析、提取接口、接口提取、端点提取、API提取、敏感信息提取、密钥提取、小程序分析、分析小程序、小程序逆向、反编译js分析、sourcemap、源码还原、HAR分析、抓包分析、Yakit流量分析、SRC信息收集、HaESkill、hae、jss。

4 Updated 1 weeks ago
ZeroTu1