ard1102/ip-intelligence

Self-hosted threat intelligence platform — 10 open-source feeds, OCSF Class 4001, REST API, MCP server, self-healing feeds

0Stars on the repository
9Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

api-builder

01

ard1102/ip-intelligence

Agent Claude Code

Implements FastAPI REST endpoints and FastMCP tool definitions for the IP Intel Platform. Use when building app/main.py, app/mcptools.py, or any REST route. Knows the 6 REST endpoints (GET /lookup/{ip}, POST /bulk, GET /health, GET /export/{format}, GET /asn/{asn}/ranges, POST /admin/), the 6 MCP tools (iplookup…

0 1mo ago C 159 tokens original MIT

feed-builder

02

ard1102/ip-intelligence

Agent Claude Code

Implements feed updater scripts for the IP Intel Platform. Use when building or modifying any file in app/updaters/. Knows the updater contract: async fetch, parse, validate record count, write to IntelStore via swap(), handle network errors gracefully. Knows all feed endpoint URLs, sapics dual-list requirement…

0 1mo ago A 143 tokens original MIT

repair-engineer

03

ard1102/ip-intelligence

Agent Claude Code

Implements the SelfRepairAgent and feed health monitoring for the IP Intel Platform. Use when building app/repairagent.py or app/scheduler.py. Knows the four failure types (liveness, schemadrift, dataquality, contentdrift), the state machine (HEALTHY→DEGRADED→QUARANTINED→RESTORED/ESCALATED), exact FeedHealthRecord…

0 1mo ago A 135 tokens original MIT

schema-validator

04

ard1102/ip-intelligence

Agent Claude Code

Implements Pydantic v2 models for the IP Intel Platform: OCSF class 4001 output model, per-feed data models, FeedConfig model, and UpdateResult model. Also implements app/ocsf.py (buildocsfresponse), app/config.py (FeedConfig, loadfeedsconfig), and the LookupEngine.fromfixtures() classmethod stub. Knows all OCSF class…

0 1mo ago A 136 tokens original MIT

test-writer

05

ard1102/ip-intelligence

Agent Claude Code

Writes pytest test files for the IP Intel Platform following the spec fixtures and the 7-step systematic testing process. Use when asked to write or update any file in tests/. Knows all conftest.py fixture signatures (including LookupEngine.fromfixtures, mockschemadrift, mockhttpfailure, mockwebhook, dropfixture…

0 1mo ago A 137 tokens original MIT