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/asaotomo/deepsentry/network-reconnpx skills add asaotomo/DeepSentry --skill network-recongit clone --depth 1 https://github.com/asaotomo/DeepSentryWrote 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/asaotomo/deepsentry/network-recon)<a href="https://agentmods.dev/skills/asaotomo/deepsentry/network-recon"><img src="https://agentmods.dev/badge/skills/asaotomo/deepsentry/network-recon.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.00034 | $0.00524 |
| Opus 5 | $0.00017 | $0.00262 |
| Sonnet 5 | $0.00007 | $0.00105 |
| Haiku 4.5 | $0.00003 | $0.00052 |
Grade A, and why
network-recon 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.
What it actually says
网络排查 Skill (BusyBox 模式)
核心原则
DeepSentry 工具是 Go 原生实现,不依赖目标系统的 nmap/ping/ss/netstat/tcpdump/ps。
极简/嵌入式 Linux 只需:
- 内核暴露
/proc(几乎所有 Linux 都有) - SSH + SFTP(DeepSentry 直读文件,连
cat都不需要)
工具选用
| 场景 | 工具 | 说明 |
|---|---|---|
| 主机可达 | ping |
Go TCP 探活,无需 ping 命令 |
| 当前连接 | net_connections |
解析 /proc/net/tcp |
| 监听端口 | port_listen |
/proc LISTEN |
| 路由/ARP | route_table, arp_table |
/proc 解析 |
| 端口扫描 | nmap_scan |
Go TCP 扫描,无需 nmap 🔴 |
| TCP 探活 | netcat_probe |
Go net.Dial |
| 抓包替代 | flow_snapshot |
/proc 快照对比,无需 tcpdump |
| 进程/内存 | process_list, mem_info |
/proc 直读 |
远程排查注意
- 目标本机状态(连接/监听/进程):用
net_connections/port_listen/process_list(读目标 /proc) - 从外部分扫描目标端口:
nmap_scan/ping从 DeepSentry 控制端发起,需填目标 IP(非 127.0.0.1) - 无 tcpdump 时:
packet_capture自动降级为flow_snapshot
示例
{"action":"tool","tool_name":"net_connections","tool_args":{"filter":"established"}}
{"action":"tool","tool_name":"port_listen"}
{"action":"tool","tool_name":"process_list","tool_args":{"limit":"30"}}
{"action":"tool","tool_name":"flow_snapshot","tool_args":{"interval":"3"}}
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 · 44 lines · 34 tokens per session scan A c1aa2f8dae7b
network-recon is a skill published in the GitHub repository asaotomo/DeepSentry (25 stars, last pushed yesterday), licensed Apache-2.0. It adds 34 tokens to every session and 524 once invoked, about $0.0002 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
go-expert
Expert-level Go development with Go 1.22+ features, concurrency, standard library, and production-grade best practices. Use when the user mentions concurrency, microservices, or backend, or when the task involves idiomatic Go, goroutines and channels, context-based cancellation, or writing an HTTP server.
golang-testing
Go testing best practices including table-driven tests, test helpers, benchmarking, race detection, coverage analysis, and integration testing patterns. Use when writing or improving Go tests.
golang-patterns
Go-specific design patterns and best practices including functional options, small interfaces, dependency injection, concurrency patterns, error handling, and package organization. Use when working with Go code to apply idiomatic Go patterns.
stack-trace-go-probe
Internal helper for meta-stack-trace-investigator. Use when a Go panic or stack trace needs Go-specific nil/error checks, go test reproducer guidance, and patch targets.
golang-expert
Go programming expert for goroutines, channels, interfaces, modules, and concurrency patterns.
数据处理器
数据处理与分析技能。当用户需要对知识库检索结果进行数据分析、统计计算、格式转换、数据提取或生成报告时使用此技能。支持 Python 脚本执行进行高级数据处理。.