fortianalyzer-ops

fortianalyzer-ops is a skill for Claude Code from automateyournetwork/netclaw. It costs 63 tokens per session (1,433 once invoked), scanned A, original, Apache-2.0.

A tool for searching FortiAnalyzer, the system that stores Fortinet traffic logs, for activity matching firewall policies. It uses limited time windows and pages through results while reporting which devices are sending logs.

In plain words
What is it for?
Use it to investigate traffic that matched a policy, check activity for individual rules, query logs within a time range, and inspect the inventory of logging devices.
Why use it?
It prevents an empty search result from being mistaken for proof that a rule is unused. No matching logs may mean the time window was too short, logging was disabled, or the device did not send logs.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: built for openclaw.

Good fit Use it to investigate traffic that matched a policy, check activity for individual rules, query logs within a time range, and inspect the inventory of logging devices.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/automateyournetwork/netclaw/fortianalyzer-ops
Install

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.

Any agent
npx skills add automateyournetwork/netclaw --skill fortianalyzer-ops
Clone the repo
git clone --depth 1 https://github.com/automateyournetwork/netclaw

Made for: Claude Code.

Wrote 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.

agentmods badge for fortianalyzer-ops

README.md
[![agentmods](https://agentmods.dev/badge/skills/automateyournetwork/netclaw/fortianalyzer-ops/github.svg)](https://agentmods.dev/skills/automateyournetwork/netclaw/fortianalyzer-ops)
Your own site
<a href="https://agentmods.dev/skills/automateyournetwork/netclaw/fortianalyzer-ops"><img src="https://agentmods.dev/badge/skills/automateyournetwork/netclaw/fortianalyzer-ops/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for fortianalyzer-ops

Your own site · 80×15
<a href="https://agentmods.dev/skills/automateyournetwork/netclaw/fortianalyzer-ops"><img src="https://agentmods.dev/badge/skills/automateyournetwork/netclaw/fortianalyzer-ops.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 63 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,433 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00063 $0.01433
Opus 5 $0.00032 $0.00717
Sonnet 5 $0.00013 $0.00287
Haiku 4.5 $0.00006 $0.00143

Measured 7d ago against content hash 1875906f7c45, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

fortianalyzer-ops 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 7d 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.

workspace/skills/fortianalyzer-ops/SKILL.md · 124 lines

How it starts

The opening of the file, as written. The whole thing — 124 lines — stays where its author put it; the contents beside it link to each section on GitHub.

FortiAnalyzer Operations — the analyzer plane

MCP Server

  • Server: fortinet-mcp (NetClaw-authored, spec 080 / roadmap R3)
  • Command: $FORTINET_MCP_CMD
  • Transport: stdio · JSON-RPC over /jsonrpc (the same dialect FortiManager speaks)
  • Requires: FORTIANALYZER_HOST, FORTIANALYZER_API_TOKEN (FortiAnalyzer 7.2.2+ for token auth)
  • Mode: read-only

The one rule that matters most here

"No logs matched" is NOT "this rule is unused."

This skill exists to answer "is this rule dead?" — and that question is dangerously easy to answer wrongly. An empty result can mean:

  • nothing matched in the window you queried (retention is finite; history is not)
  • the device never forwarded logs to this analyzer at all
  • logging is disabled on the rule itself

Reporting any of those as "unused" would license someone to delete a live firewall rule. So an empty result returns the explicit outcome no_logs_in_window, never ok and never an error, with a message saying what it does and does not prove.

This is the same error class as spec 078's "no advisories ≠ not vulnerable" and spec 079's "no probes found ≠ outage", and it gets the same treatment: a separate, named outcome that cannot be silently collapsed.

Where this plane sits

Question Plane Skill
"Has anything actually matched this rule?" analyzer this skill
"What policy is intended?" manager fortimanager-ops
"What is the box running right now?" device fortigate-ops

The manager knows a rule exists. Only the analyzer knows whether anyone ever matched it. A configured rule is not a used rule.

Tools (4, all read-only)

Tool What it answers
faz_query_logs Traffic logs matching a filter within a bounded window
faz_fetch_more Next page, re-run at an offset
faz_policy_activity Did anything match policy N in this window?
faz_list_devices Which devices forward logs here — check this first

Read the full file on GitHub · 124 lines

Changes

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.

  1. 7d ago First seen · 124 lines · 63 tokens per session scan A 1875906f7c45

Subscribe to this mod's changes

fortianalyzer-ops is a skill published in the GitHub repository automateyournetwork/netclaw (655 stars, last pushed 4d ago), licensed Apache-2.0. It adds 63 tokens to every session and 1,433 once invoked, about $0.0003 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-09-03.

Related

Other skills, from other repositories

analyzing-kubernetes-audit-logs

Parses Kubernetes API server audit logs (JSON lines) to detect exec-into-pod, secret access, RBAC modifications, privileged pod creation, and anonymous API access. Builds threat detection rules from audit event patterns. Use when investigating Kubernetes cluster compromise or building k8s-specific SIEM detection rules.

xalgorix/xalgorix · 71 tokens

analyzing-kubernetes-audit-logs

Use when parses Kubernetes API server audit logs (JSON lines) to detect exec-into-pod, secret access, RBAC modifications, privileged pod creation, and anonymous API access. Builds threat detection rules from audit event patterns. Use when investigating Kubernetes cluster compromise or building k8s-specific SIEM…

oyi77/1ai-skills · 72 tokens

sd-onprem-proxmox-deploy

Deploy and validate Juniper Security Director On-Prem 25/26 as a Proxmox VE KVM guest. Use when planning, installing, rebuilding, validating network connectivity or first-boot seed data, and onboarding SRX/Junos devices. Not for Junos Space Security Director or Security Director Cloud.

fastrevmd-lab/fwskillsshare · 71 tokens

srx-policy

Design, migrate, configure, audit, and troubleshoot Juniper SRX security policy on Junos 23.x+ non-Branch platforms. Use when handling global or zone policy, address and application objects, AppID, AppFW, NGWF, EWF, SecIntel, ATP, logging, rule order, hit counts, default deny, or cross-VLAN mDNS and SSDP boundaries.

fastrevmd-lab/fwskillsshare · 84 tokens

parsing-cisco-configs

Parse Cisco ASA and FTD LINA running configurations into the shared firewall schema. Use when input contains show running-config, access-list, access-group, object network, object-group, nameif, security-level, NAT, interfaces, or failover, including audit, conversion, diff, summary, and explanation tasks. For FMC- or…

fastrevmd-lab/fwskillsshare · 92 tokens

parsing-fortinet-configs

Parse FortiGate and FortiOS full-configuration or backup exports into the shared firewall schema. Use when input contains config/edit/set/next/end blocks, VDOM, firewall policy or address, srcintf, dstintf, UTM profiles, or VIPs, including audit, conversion, diff, summary, and explanation tasks.

fastrevmd-lab/fwskillsshare · 77 tokens