target-dossier-system

Maintain structured dossiers tracking targets, request maps, and exploit chains.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill solves the issue of fragmented context in long-running security campaigns by providing a structured, persistent memory system for tracking targets, hypotheses, and exploit chains.

Core Features & Use Cases

  • Structured Dossier Management: Maintains a standardized file-based repository for campaign plans, request maps, and evidence.
  • Cross-Session Context: Ensures that critical findings like object families, state transitions, and auth artifacts persist across different agent sessions.
  • Use Case: During a complex web application pentest, use this system to track discovered GraphQL global IDs and admin panel subdomains, ensuring that every subsequent attack attempt builds upon verified previous findings rather than repeating work.

Quick Start

Initialize a new target dossier for the domain example.com to begin tracking your campaign findings.

Frequently Asked Questions about target-dossier-system

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

FAQPage Schema
How do I maintain persistent context for long-running pentesting campaigns across multiple sessions?

A target dossier system maintains persistent memory for complex pentesting workflows by tracking targets, request maps, and exploit chains in structured markdown notes. It solves fragmented context by ensuring critical findings like object families and state transitions persist across different agent sessions.

How do I track exploit chains and state transitions during a complex web application pentest?

To track exploit chains and state transitions, you initialize a target dossier that records discovered vulnerabilities and attack vectors in standardized markdown notes. This allows subsequent attack attempts to build upon verified previous findings rather than repeating work.

Does this dossier system require local file system access to manage traffic analysis artifacts?

Yes, the dossier system requires local file system access to manage campaign-specific markdown notes and traffic analysis artifacts. It operates entirely through file-based repository management without external database dependencies.

Can I use this to map discovered GraphQL global IDs and admin panel subdomains during security reconnaissance?

Yes, the dossier system is designed to map and store discovered GraphQL global IDs and admin panel subdomains during security reconnaissance. It maintains these findings as evidence within a structured repository for ongoing reference.

What is the best way to organize offensive security findings without losing track of verified hypotheses?

The best way to organize offensive security findings is using a standardized file-based dossier that categorizes targets, hypotheses, and evidence. This prevents losing track of verified hypotheses by maintaining a structured repository of campaign plans and request maps.