Add firewall-review and claude-logger to Security & Systems#792
Open
ipunithgowda wants to merge 1 commit into
Open
Add firewall-review and claude-logger to Security & Systems#792ipunithgowda wants to merge 1 commit into
ipunithgowda wants to merge 1 commit into
Conversation
firewall-review is a static firewall ruleset audit skill shipped to transilienceai/communitytools (PR ComposioHQ#22, merged 2026-04-28). 17 detectors across FortiGate, PAN-OS, Cisco ASA/IOS, Azure NSG, AWS SG, iptables, with version-pinned framework citations. claude-logger is a tamper-proof audit-log query skill for Claude Code sessions: SHA-256 hash chains over append-only JSONL plus helpers for cost rollups, error grep, and integrity checks.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds two skills to the Security & Systems section.
firewall-review
Static firewall ruleset audit playbook shipped to
transilienceai/communitytools(PR #22, merged 2026-04-28). 17 vendor-agnostic detectors across FortiGate, PAN-OS, Cisco ASA/IOS, Azure NSG, AWS SG, and iptables. Every finding carries source file + byte offset + quoted rule, plus version-pinned framework citations (NIST CSF 2.0, PCI DSS v4.0.1, ISO/IEC 27001:2022, CIS Controls v8.1, HIPAA).Real-world use case: used in audit engagements at Network Intelligence to produce client-grade PDF + Excel deliverables from raw vendor configs.
claude-logger
Tamper-proof audit-log query skill for Claude Code sessions. SHA-256 hash chains over append-only JSONL, with helpers for cost rollups, error grep, and integrity checks.
Real-world use case: dropped into a daily Claude Code workflow to surface session costs and verify log integrity without leaving the terminal.
Format check
Both rows added to the existing Security & Systems section in alphabetical order, matching the surrounding
[name](url) - description. *By [@handle]*pattern. No changes elsewhere.