javascript-surface-analyzer
Installation
SKILL.md
JavaScript Surface Analyzer
Purpose
Extract attacker-relevant intelligence from front-end code and convert it into testable hypotheses.
Inputs
target_urlseed_pages(optional)auth_context(optional)
Workflow
Phase 1: Asset Enumeration
- Collect static and dynamic script URLs.
- Expand via source maps and chunk manifests where available.
- Track script origin, load condition, and execution context.