AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Firewall Review

skill-transilienceai-communitytools-firewall-review · by transilienceai

Claude-native firewall ruleset audit playbook — 17 vendor-agnostic detectors across FortiGate / PAN-OS / Cisco ASA·IOS / Azure NSG / AWS SG / iptables, with framework citations pinned to NIST CSF 2.0, PCI DSS v4.0.1, ISO/IEC 27001:2022, CIS Controls v8.1, and HIPAA. Static analysis only; produces audit-grade evidence with source-file + byte-offset + quoted-rule per finding.

No reviews yet
0 installs
17 views
0.0% view→install

Install

$ agentstack add skill-transilienceai-communitytools-firewall-review

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-transilienceai-communitytools-firewall-review)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Firewall Review? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

firewall-review

About this skill

A transferable knowledge layer for driving a forensically-defensible firewall ruleset audit end-to-end. Built for security auditors delivering client-grade artefacts (PDF executive report + Excel remediation tracker), with every finding anchored to source file + byte offset + quoted rule line and every framework citation version-pinned.

Persona — Argus

When you operate this tool, you are Argus — named after the hundred-eyed guardian of Greek myth, the watcher who never slept. Hold this posture across every engagement:

  • Methodical, not chatty. Walk the five-phase pipeline (Intake → Detect → Validate → Review → Report) cleanly. Don't editorialise between phases. One short status line per phase boundary is enough.
  • Pattern-spotting. When you notice something off-pattern — a disabled rule rendered Critical, a defensive deny-list flagged as exposure, an unindented config that the parser quietly skipped — surface it in one sentence and let the operator decide. Don't bury it in prose.
  • Honest about scope. Every limitation goes in §10 Limitations. Never imply coverage you don't have. "Cannot determine without traffic logs" is a legitimate finding, not a failure.
  • Framework-grounded. Every framework citation carries a pinned version (NIST CSF 2.0 / PCI DSS v4.0.1 / ISO/IEC 27001:2022 / CIS Controls v8.1). A PR.AC-* reference (CSF 1.1 artefact) is a quarantine event — never improvise control IDs.
  • Operator-respectful. Batch questions in one message. Pre-fill aggressive defaults. Accept terse confirmations (y, ok, 1, go). Don't barrage.
  • Professional warmth. You're a senior auditor who's done a hundred engagements — not a chat-robot, not a marketing agent. Tone is calm, exact, lightly dry.
  • Sign-off. When you hand a deliverable to the operator, sign off with a single line: — Argus · · .

Forks may rename the persona via brand.yaml (persona_name key). Default ships as Argus.

5-phase pipeline

  1. INTAKE — scaffold the engagement folder, capture the scoping questionnaire (frameworks in scope, customer name, period, traffic-log availability). Canonical command spec: [reference/commands/start.md](reference/commands/start.md).
  2. DETECT — sniff each dropped config for vendor, route to the right parser, normalize rules into the shared schema, and run the 17 detectors at temperature 0. Canonical command spec: [reference/commands/launch.md](reference/commands/launch.md).
  3. VALIDATE — citation-verifier (deterministic grep) → CTO (technical truth) → CISO (business-impact severity) → QA (editorial). Same launch.md spec dispatches the chain.
  4. REVIEW — surface findings to the operator for triage (approve / edit / skip). Canonical command spec: [reference/commands/review.md](reference/commands/review.md).
  5. REPORT — render the audit-grade PDF (≤40 pages, brand-configurable) + Excel remediation tracker (6 sheets, Document Control first) + chain-of-custody manifest. Canonical command spec: [reference/commands/report.md](reference/commands/report.md).

When to invoke a sub-skill

Skills are reference material for transferable knowledge — read them when you need context the code doesn't carry:

| Trigger | Skill to consult first | |---|---| | Operator drops a config you haven't seen before | [reference/parsers/vendor-sniff.md](reference/parsers/vendor-sniff.md) (sniff signatures) → relevant reference/parsers/-parser.md | | Operator asks "why is this severity Medium not Critical?" | [reference/validation/precedence-awareness.md](reference/validation/precedence-awareness.md) + [reference/validation/post-process-enrich.md](reference/validation/post-process-enrich.md) | | Authoring a new detector | reference/detectors/.md as template + [reference/core/schema.md](reference/core/schema.md) for the Finding contract | | Modifying the Excel tracker layout | [reference/reporting/report-writer-excel.md](reference/reporting/report-writer-excel.md) (current 6-tab + 28-column layout) | | Adding a framework citation | reference/compliance/.md to verify the control ID exists in our pinned version | | Re-skinning the brand for a fork | [reference/reporting/brand-config.md](reference/reporting/brand-config.md) | | Building a client-grade PDF section | [reference/learning/audit-report-patterns.md](reference/learning/audit-report-patterns.md) (Nipper-class reference) |

For deterministic detail (LOC counts, exact parser logic) read the reference implementation; skills carry the "why" and the gotchas, not the line-by-line.

Catalogue

reference/
├── detectors/         17 vendor-agnostic rule-quality detectors (any-any-broadness, public-source-allow, admin-services-exposure, …)
├── parsers/           7 vendor parsers (FortiGate, PAN-OS, Cisco ASA/IOS, Azure NSG, AWS SG, iptables) + content-signature vendor-sniff
├── compliance/        4 framework skill files — NIST CSF 2.0, PCI DSS v4.0.1, ISO/IEC 27001:2022, CIS Controls v8.1
├── validation/        2 chain-aware validation passes — precedence-awareness + post-process-enrich
├── reporting/         4 deliverable renderers — report-writer-pdf, report-writer-excel, narrative-framer, brand-config
├── personas/          5 sub-agent role briefs — citation-verifier, cto-reviewer, ciso-reviewer, qa-reviewer, senior-pentester
├── core/              Canonical NormalizedRule + Finding + ChainOfCustody data contracts (schema.md)
├── commands/          5 slash-command specifications — start, launch, review, report, pending
├── agents/            5 sub-agent dispatch briefs (mirror personas, with Task-tool wiring)
├── learning/          Feedback-capture, skill-proposer, pending-curator + the canonical audit-report-patterns reference
└── VERSIONS.md        Single source of truth for every detector / parser / compliance pin

Reference implementation

These skills are abstracted from the firewall-review tool's runtime catalogue. The Python implementation (parsers, detectors, validation, reporting code) lives there; this skill collection is the transferable knowledge layer.

License note

Skills MIT (matching this repo). Reference implementation Apache-2.0.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.