samugit83

15 mods across 2 repositories, 2.4k stars between them.

redamon AGENTS.md

01

samugit83/redamon

Instructions file CodexOpenCode

Instructions for samugit83/redamon, covering redamon - agent ruleset (repository root), auto-invoke skills, critical rules - non-negotiable, code comments and tech stack.

2.4k 2d ago A 2,276 tokens original MIT

redamon CLAUDE.md

02

samugit83/redamon

Instructions file

Instructions for samugit83/redamon, a project described as: An AI-powered agentic red team framework that automates offensive security operations, from reconnaissance to exploitation to post-exploitation, with zero human intervention.

2.4k 2d ago A 3 tokens copy · 100% MIT

add-community-skill

03

samugit83/redamon

Skill Claude CodeCodex

Adding a Community Agent Skill: a Markdown attack-workflow file that users import from the catalog, which then competes in the Intent Router and is injected into the agent's system prompt. No Python, no rebuild - but it must name only real tools and stay classifiable. Trigger: adding or editing a .md workflow under…

2.4k 2d ago A 101 tokens original MIT

add-partial-recon

04

samugit83/redamon

Skill Claude CodeCodex

Adding partial-recon support for a tool: running a single pipeline phase on demand from the workflow graph, reading its inputs from the existing Neo4j graph and merging results back. The input-node map decides the modal UI, and some input types must never be manually entered. Trigger: adding a tool to partial recon; a…

2.4k 2d ago A 103 tokens original MIT

samugit83/redamon

Skill Claude CodeCodex

Wiring a new tool the AI agent can call (not the recon pipeline): the tool registry, the phase map, the hardcoded dispatch chokepoint, and the duplicated execution paths that make a tool work in single mode but silently break in parallel plans. Trigger: adding or editing a tool the agent invokes; editing…

2.4k 2d ago A 135 tokens original MIT

builtin-agent-skill

06

samugit83/redamon

Skill Claude CodeCodex

Adding a built-in Agent Skill (an attack technique like ssrf, xxe, rce) that ships hardcoded in RedAmon: classified by the Intent Router, injected into the agent prompt, toggled per project, badged in the chat drawer. Nine layers across agentic and webapp, two of which fail with no error. Trigger: adding or editing a…

2.4k 2d ago A 150 tokens original MIT

graph-db-writes

07

samugit83/redamon

Skill Claude CodeCodex

Writing to the Neo4j attack-surface graph in RedAmon: the tenant-isolation MERGE key every entity node must carry, where graph methods live (mixins, not the client), and the schema places that must be updated together. A MERGE missing the tenant key silently merges one project's data into another's. Trigger: editing…

2.4k 2d ago A 119 tokens original MIT

samugit83/redamon

Skill Claude CodeCodex

Adding an LLM provider to RedAmon: the credential boundary (keys must never reach scan containers), prefix-routed model ids, and the provider registry. A misrouted model id or a leaked key are the two failures this guards. Trigger: adding or editing an LLM provider; editing parsemodelprovider in…

2.4k 2d ago A 109 tokens original MIT

samugit83/redamon

Skill Claude CodeCodex

Spawning and hardening scan containers from the recon orchestrator: the security flags that look correct and break the container, and the sibling bind-mount path handling. capdrop and no-new-privileges were each reverted after breaking real scans. Trigger: editing reconorchestrator/containermanager.py; changing how a…

2.4k 2d ago A 103 tokens original MIT

samugit83/redamon

Skill Claude CodeCodex

Changing or adding a project setting / default value in RedAmon. A single setting is duplicated across Prisma, two separate Python settings modules, the orchestrator defaults endpoint, and the frontend fallback; miss a layer and the UI shows one value while the backend uses another, and existing projects keep the old…

2.4k 2d ago A 142 tokens original MIT

recon-ai-enrichment

11

samugit83/redamon

Skill Claude CodeCodex

Wiring an LLM into a recon tool's decisions ("let AI pick {feature} for {tool}"): the never-raise contract, the per-target cache, the full+partial coverage, and the two UI toggles bound to one field. A raising AI helper or an empty fallback silently breaks or disables a live scan. Trigger: adding or editing a recon AI…

2.4k 2d ago A 137 tokens original MIT

samugit83/redamon

Skill Claude CodeCodex

Adding a new tool to the recon pipeline: the enrichment-module contract and its isolated wrapper (the actual fan-out and test call path), graph completeness, and the preset catalog that silently strips unknown settings. Miss the isolated wrapper and the tool never runs in parallel; miss the catalog and AI presets drop…

2.4k 2d ago A 114 tokens original MIT

redamon-testing

13

samugit83/redamon

Skill Claude CodeCodex

How RedAmon tests actually run and how to author them: the per-file Docker gate, the unit/integration/live tiers, and the failure modes that make a green run a lie. Trigger: editing any test.py, .test.ts(x) or tests/.sh; a test that is red, skipped or xfailed; a request to "run the tests", "make it green" or check…

2.4k 2d ago A 114 tokens original MIT

supply-chain-scan

14

samugit83/redamon

Skill Claude CodeCodex

Working on RedAmon's supply-chain scanner (offline OSV + GuardDog + retire + trufflehog): the offline OSV database that the scan path does not bootstrap, the world-readable requirement for the hardened scanner, and the soft-error markers that record what was never analysed. Trigger: editing…

2.4k 2d ago A 115 tokens original MIT

traffic-capture

15

samugit83/redamon

Skill Claude CodeCodex

Working on the HTTP capture proxy and its replay/fuzz path: the egress guard that stops the proxy becoming an SSRF pivot, why it checks the resolved IP, and keeping capture off the scan's critical path. Trigger: editing scanners/captureproxy/ (captureaddon.py, egress.py, ingestworker.py); adding a forward/replay/fuzz…

2.4k 2d ago A 99 tokens original MIT