artifact-pivot-intelligence

Extract metadata from client-side code and public artifacts to map attack surfaces.

3|1|Updated Jul 2, 2026
One-click install
npx skills add https://github.com/EntroVyx/hermes-agent-offsec --skill artifact-pivot-intelligence
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: artifact-pivot-intelligence
Source: https://github.com/EntroVyx/hermes-agent-offsec/tree/main/skills/offsec/meta/artifact-pivot-intelligence
Command: npx skills add https://github.com/EntroVyx/hermes-agent-offsec --skill artifact-pivot-intelligence

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the challenge of limited visibility during the initial stages of an offensive security engagement by uncovering hidden attack surfaces through public-facing artifacts.

Core Features & Use Cases

  • Surface Mapping: Identifies hidden routes, parameters, and object families from client-side assets and public documentation.
  • Pivot Analysis: Connects disparate artifacts like source maps, archived URLs, and third-party identifiers to reveal internal trust boundaries.
  • Use Case: When a target's homepage appears thin, use this skill to analyze JavaScript bundles and support documentation to discover undocumented API endpoints and internal service naming conventions.

Quick Start

Use the artifact-pivot-intelligence skill to analyze the provided client-side assets and generate a list of second-order pivots for the target.

Frequently Asked Questions about artifact-pivot-intelligence

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

FAQPage Schema
How do I find hidden API endpoints from client-side JavaScript bundles?

Finding hidden API endpoints from client-side JavaScript bundles involves systematically extracting metadata from source maps and public artifacts to infer internal system architecture and identify undocumented routes. This process maps hidden attack surfaces by connecting disparate infrastructure breadcrumbs.

What is attack surface mapping from public-facing digital artifacts?

Attack surface mapping from public-facing digital artifacts is the process of constructing comprehensive maps of a target's infrastructure by analyzing client-side code, public API examples, and infrastructure breadcrumbs to reveal internal trust boundaries and logical pivot points during reconnaissance.

How do I identify logical pivot points during web security reconnaissance?

Identifying logical pivot points during web security reconnaissance requires connecting disparate public artifacts like archived URLs and third-party identifiers. This analysis reveals internal trust boundaries and second-order pivots, expanding visibility when a target's homepage or visible endpoints appear insufficient.

Can I use artifact analysis for security testing when target documentation is insufficient?

Artifact analysis is applicable for security testing when target documentation is insufficient. By systematically extracting metadata from client-side assets and public API examples, you can infer internal system architecture and discover undocumented endpoints without relying on provided documentation.

What is the best way to discover undocumented routes from public artifacts?

The best way to discover undocumented routes from public artifacts is to perform systematic metadata extraction across client-side code and infrastructure breadcrumbs. This approach connects disparate sources to reveal internal service naming conventions and hidden parameters, constructing a high-signal attack map.