RedAmon is an AI framework that connects reconnaissance, exploitation, and post-exploitation activities into an automated security-testing pipeline, while organizing findings and proposing code fixes. It is for authorized penetration testing, security research, and education. The catalogue entries provide skills and instructions for working with the framework.
Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/samugit83/redamon/recon-tool-integrationnpx skills add samugit83/redamon --skill recon-tool-integrationgit clone --depth 1 https://github.com/samugit83/redamonWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/samugit83/redamon/recon-tool-integration)<a href="https://agentmods.dev/skills/samugit83/redamon/recon-tool-integration"><img src="https://agentmods.dev/badge/skills/samugit83/redamon/recon-tool-integration.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00114 | $0.01092 |
| Opus 5 | $0.00057 | $0.00546 |
| Sonnet 5 | $0.00023 | $0.00218 |
| Haiku 4.5 | $0.00011 | $0.00109 |
Grade A, and why
recon-tool-integration scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 92 lines — stays where its author put it; the contents beside it link to each section on GitHub.
When to Use
- Adding a brand-new scanning/enrichment tool to the scan pipeline.
For adding AI decision-making to an existing tool, use recon-ai-enrichment.
For the graph write, use graph-db-writes. For the settings, use
project-settings-cascade. This skill is the module + pipeline wiring.
Critical Rules
- NEVER ship the enrichment module without its
_isolatedwrapper.run_<tool>_enrichment_isolated()is the actual call path for the GROUP 3b parallel fan-out AND for every unit test; the plainrun_<tool>_enrichment()alone is never fan-out-safe. Reference: recon/main_recon_modules/censys_enrich.py:369. - NEVER vary the top-level result key. The module writes
combined_result["<tool>"]and the wrapper returnssnapshot.get("<tool>", {})with the same identifier used everywhere else in the pipeline (censys_enrich.py:365). - NEVER collect a field and not write it to the graph. Every field in the
output dict must land on a node/relationship or it is silent data loss - see
graph-db-writes. - NEVER add a tool setting without updating BOTH preset layers. Add it to the
Zod recon-preset-schema.ts and to
RECON_PARAMETER_CATALOGin webapp/src/app/api/presets/generate/route.ts. Miss the Zod schema and AI-generated presets silently strip the setting; miss the catalog and the preset LLM never knows the tool exists. - ALWAYS prefix every
print()log[symbol][ToolName]([*]progress,[+]success,[-]skipped,[!]error). Recon stdout is tailed into the SSE recon drawer; a bareprint()is invisibly formatted. - ALWAYS place a fan-out tool behind the deep-copy
_isolatedwrapper and in the correct execution group in recon/main.py; never parallelize across a dependency boundary (a tool needing live URLs cannot run before GROUP 4).
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 92 lines · 114 tokens per session scan A b7984e8913fd
recon-tool-integration is a skill published in the GitHub repository samugit83/redamon (2,380 stars, last pushed 2d ago), licensed MIT. It adds 114 tokens to every session and 1,092 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
workflow-orchestrator
Module Loop and Iteration Skill for orchestrating multi-phase penetration testing workflows. Use when coordinating sequential tool execution, managing dependencies between reconnaissance and vulnerability scanning modules, implementing adaptive fallback strategies, or managing workflow state across iterations.…
poc-validator
Proof-of-Concept (PoC) Validation Skill for security exploit verification. Use when validating exploitability of vulnerabilities, generating tailored payloads, executing exploits in sandboxed environments, or verifying successful exploitation (e.g., SQL injection, CVE exploitation, command injection). Triggers on…
Reconnaissance & OSINT Automation
Passive and active reconnaissance, subdomain enumeration, DNS analysis, technology fingerprinting, and OSINT data correlation for authorized security assessments.
tdd-agent
Autonomous test-driven development agent that writes code to make tests pass.
kali-pentest-zh
通过 SSH 或 Docker 使用 Kali Linux CLI 工具执行授权渗透测试。 覆盖:信息收集、漏洞分析、嗅探与欺骗、Web/API 渗透、漏洞利用、密码攻击、无线、云原生安全、RFID/NFC、VoIP/ICS、逆向工程、取证分析、后渗透/C2、报告生成。.
kali-pentest
Execute authorized penetration testing via Kali Linux CLI tools over SSH or Docker. Covers: information gathering, vulnerability analysis, sniffing & spoofing, web/API testing, exploitation, password attacks, wireless, cloud-native security, RFID/NFC, VoIP/ICS, reverse engineering, forensics, post-exploitation/C2, and…