scan-fase-10

Extract third-party service integrations and exposed API keys from frontend JS bundles and network traffic.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/ricardoo022/PentestAI-with-claude-code --skill scan-fase-10
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scan-fase-10
Source: https://github.com/ricardoo022/PentestAI-with-claude-code/tree/main/.claude/skills/scan-fase-10
Command: npx skills add https://github.com/ricardoo022/PentestAI-with-claude-code --skill scan-fase-10

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill provides deep reconnaissance of third-party service integrations, API keys, DSNs, and external configurations that may expose sensitive data in web applications.

Core Features & Use Cases

  • Comprehensive third-party discovery across Stripe, Sentry, PostHog, analytics providers, and other SaaS services.
  • Extraction of DSNs, API keys, configuration fragments, and relevant endpoints from frontend JavaScript bundles and network traffic.
  • Adaptive discovery that documents unknown patterns and guides remediation by risk context.

Quick Start

Invoke /scan-fase-10 {url} after FASE 0-1 detections are completed to begin adaptive third-party discovery.

Frequently Asked Questions about scan-fase-10

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

FAQPage Schema
How do I find exposed API keys and third-party service integrations in frontend JavaScript bundles?

To discover third-party services and API keys, scan frontend JS bundles and network traffic to extract DSNs and configuration fragments. This adaptive analysis surfaces patterns from SaaS integrations like Stripe and Sentry to generate risk-aware reports.

What is adaptive pattern discovery for web application reconnaissance?

Adaptive pattern discovery identifies known and unknown third-party configurations in web applications. By extracting data from JS bundles and network traffic, it documents unfamiliar patterns and classifies findings by risk context to guide remediation.

Can I detect SaaS integrations like Stripe and Sentry from network traffic analysis?

Yes, SaaS integrations like Stripe, Sentry, and PostHog can be detected from network traffic. The scan extracts API keys, DSNs, and endpoints from frontend requests to map external service dependencies and surface exposed configurations.

How do I extract DSNs and configuration fragments from web app network traffic?

Extract DSNs and configuration fragments by invoking a scan against the target URL after initial detections. The scan parses JavaScript bundles and network traffic to enumerate external configurations, classify findings, and generate risk-aware reports.

Does this third-party discovery approach require any dependencies or prior setup?

No dependencies are required for this third-party discovery approach. However, it should be invoked after initial FASE 0-1 detections are completed on the target URL, ensuring the web application has been mapped before extracting JS bundles and network traffic.

What is the best way to classify exposed API keys by risk context?

The best way to classify exposed API keys by risk context is through authenticated validation. By validating discovered keys and DSNs against their SaaS providers, the scan generates risk-aware reports that prioritize remediation for sensitive data exposure.