asset-intel-decision

Classifies recon assets by ownership and emits a prioritized next-action queue.

10|3|Updated Aug 10, 2026
One-click install
npx skills add https://github.com/baiqigo/baiqi-redteam-lab --skill asset-intel-decision-baiqigo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: asset-intel-decision
Source: https://github.com/baiqigo/baiqi-redteam-lab/tree/main/.agents/skills/asset-intel-decision
Command: npx skills add https://github.com/baiqigo/baiqi-redteam-lab --skill asset-intel-decision-baiqigo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? After subdomain, ASN, port, and URL collection, security teams face noisy asset lists where third-party services, brand collisions, and stale hosts are mixed with real targets, risking out-of-scope testing. This Skill turns that raw OSINT output into ownership-aware, scope-safe decisions with a deterministic JSON action queue. ## Core Features & Use Cases - Ownership classification: Labels each asset as confirmed, unverified, third_party, brand_collision, soft_404, stale, or out_of_scope, with hard stops preventing active testing of non-owned assets. - Deterministic prioritization: Scores assets by ownership, liveness, exposed ports, technology signals, and independent sources, with balanced, conservative, and aggressive modes. - Tool routing: Maps each decision to concrete next actions such as naabu port scans, httpx fingerprinting, katana crawling, or arjun parameter discovery, routed through Kali CLI or MCP. - Use Case: After running subfinder and asnmap against a target organization, feed the combined JSONL into the decision layer to get a ranked list of confirmed in-scope web assets plus a quarantine list of brand collisions before any active probing. ## Quick Start Run the asset decision layer on my collected recon results with owned domain example.com and show me the ranked assets and next actions.

Frequently Asked Questions about asset-intel-decision

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

FAQPage Schema
How do I triage subdomain enumeration results before penetration testing?

Combine outputs from tools like subfinder, amass, and asnmap into JSONL, then run the asset decision layer with your owned apex domains. It classifies each asset by ownership and emits ranked next actions instead of an undifferentiated target list.

How to avoid testing out-of-scope assets during recon?

Run Hunter scope checks on every candidate before any active action, and treat third_party, brand_collision, and out_of_scope classifications as hard stops. The decision layer quarantines collisions and never queues exploit actions for unverified assets.

What is the difference between balanced, conservative, and aggressive prioritization modes?

Balanced is the default scoring mode for typical inputs. Conservative suits noisy results or common-word brands where false positives are likely, while aggressive is intended only when the operator holds explicit broad authorization.

Does this replace Hunter scope management or recon-scope-triage?

No. Hunter remains the authority for authorization, case state, and evidence, and recon-scope-triage remains the human ownership playbook. This skill only adds the deterministic normalize, deduplicate, classify, and rank layer between collection and action.

When should I not run active scans on a discovered asset?

Do not actively probe an asset merely because a search engine or scanner returned it. Assets classified as unverified get ownership verification actions first, and soft_404 candidates require a control comparison against a random nonexistent path before being treated as exposures.