maxtac-core-ledger

Track MaxTAC vulnerability finding states and documentation in SQLite.

12|Updated Jun 1, 2026
One-click install
npx skills add https://github.com/philo-groves/MaxTAC --skill maxtac-core-ledger
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: maxtac-core-ledger
Source: https://github.com/philo-groves/MaxTAC/tree/main/plugins/maxtac-core/skills/maxtac-core-ledger
Command: npx skills add https://github.com/philo-groves/MaxTAC --skill maxtac-core-ledger

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires workspace_db, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a centralized and organized system for tracking and managing MaxTAC vulnerability findings and research processes.

Core Features & Use Cases

  • Finding State Tracking: Keep track of the state of individual findings (e.g., discovered, confident, validated, proofed, duplicate, limited, de-escalated).
  • Research Data Management: Maintain a ledger of findings and their relationships, ensuring that all research data is accounted for.
  • Use Case: For researchers using MaxTAC, this Skill is essential for keeping a comprehensive record of all research findings, their states, and relevant notes. It helps in maintaining an accurate and updated research history.

Quick Start

Initialize the MaxTAC Ledger with: python3 <skill-dir>/scripts/ledger.py init.

Frequently Asked Questions about maxtac-core-ledger

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

FAQPage Schema
How do I track vulnerability findings during security research?

To track vulnerability findings during security research, use a ledger system to record finding states like discovered, confident, validated, and proofed. This maintains an organized, updated history of all research data and supporting evidence.

What is the best way to manage vulnerability state transitions for a research ledger?

Managing vulnerability state transitions in a research ledger involves categorizing findings into states such as duplicate, limited, or de-escalated. This state tracking ensures all research data relationships are accounted for and accurately documented.

How do I initialize a vulnerability finding ledger using Python and SQLite?

To initialize a vulnerability finding ledger using Python and SQLite, execute the initialization script. This sets up a centralized SQLite database to document and track MaxTAC vulnerability findings and their supporting evidence.

Do I need a database dependency to maintain a vulnerability research ledger?

Yes, you need a database dependency to maintain a vulnerability research ledger. The ledger requires SQLite for database operations to manage the state tracking and documentation of findings, ensuring all research data is centralized.

Can I use this finding management system to de-escalate or mark duplicate security findings?

Yes, you can use this finding management system to de-escalate or mark duplicate security findings. The ledger explicitly tracks finding states including duplicate, limited, and de-escalated, ensuring accurate research history maintenance.