transilience-report-style

transilience-report-style is a skill for Claude Code from transilienceai/communitytools. It costs 31 tokens per session (7,958 once invoked), scanned A, original, MIT.

A design guide for generating branded A4 threat-intelligence reports as PDF files with ReportLab, a Python library for creating PDFs. It defines the page style, colors, typography, tables, and light or dark themes.

In plain words
What is it for?
It helps create branded security reports, choose a light or dark layout, apply the defined color palette, and format report pages, tables, labels, and summaries.
Why use it?
It keeps generated reports visually consistent across engagements. It also specifies which theme settings take priority and what happens when an unknown theme is supplied.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the communitytools plugin — 48 skills, 5 commands, 9 agents, 1 hook shipped together

Good fit It helps create branded security reports, choose a light or dark layout, apply the defined color palette, and format report pages, tables, labels, and summaries.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/transilienceai/communitytools/transilience-report-style
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 transilienceai/communitytools --skill transilience-report-style
Clone the repo
git clone --depth 1 https://github.com/transilienceai/communitytools

Made for: Claude Code.

Or install communitytools, the plugin that ships this one along with the rest of its 48 skills, 5 commands, 9 agents, 1 hook.

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 transilience-report-style

README.md
[![agentmods](https://agentmods.dev/badge/skills/transilienceai/communitytools/transilience-report-style/github.svg)](https://agentmods.dev/skills/transilienceai/communitytools/transilience-report-style)
Your own site
<a href="https://agentmods.dev/skills/transilienceai/communitytools/transilience-report-style"><img src="https://agentmods.dev/badge/skills/transilienceai/communitytools/transilience-report-style/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 transilience-report-style

Your own site · 80×15
<a href="https://agentmods.dev/skills/transilienceai/communitytools/transilience-report-style"><img src="https://agentmods.dev/badge/skills/transilienceai/communitytools/transilience-report-style.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 7,958 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.00031 $0.07958
Opus 5 $0.00015 $0.03979
Sonnet 5 $0.00006 $0.01592
Haiku 4.5 $0.00003 $0.00796

Measured 11d ago against content hash 2acacc00d624, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

transilience-report-style 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 11d 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.

formats/transilience-report-style/SKILL.md · 626 lines

How it starts

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

Transilience AI — Threat Intelligence Report Design System

Version: 5.0 — Light theme (modern, minimal, professional)
Format: PDF (A4), ReportLab
Last Updated: July 7, 2026


0. Theme (v5.0)

The report now renders a light theme by default (white page, dark ink, brand accents). Both palettes live in the THEME dict in generate_report.py; select with --theme light|dark (or engagement.theme). Precedence: --theme > engagement.theme > light; an unknown value falls back to light (never errors). The pentest-engagement finalize gate passes no --theme, so all gated PDFs are light. The sections below marked "(dark fallback)" describe the retained --theme dark palette.

0.1 Light palette (brand: purple #6941C6 → magenta #C9317C)

Token Hex Use
PAGE / SURFACE #FFFFFF page + card background
TINT / ALT #F6F4FB / #FBFAFE KPI boxes · table headers/tracks · zebra rows
INK #1B1725 headings + body text
INK_SOFT #5A5568 secondary text
LBL #6B7280 small labels / captions
BORDER #E7E3F0 hairlines, card borders, table grid
BRAND / BRAND2 #6941C6 / #C9317C section numbers, rules, subheads / gradient end
CODE_BG / CODE_INK / CODE_BORDER #F5F4F8 / #2A2536 / #E4E0EE boxed code / samples (codebox)
GREEN / BLUE / AMBER #15803D / #2563EB / #B45309 remediation / refs·CVE / caveat labels
SEV Critical #DC2626 · High #EA580C · Medium #CA8A04 · Low #16A34A · Info #64748B severity

0.2 What v5 adds / changes

  • Light, airy layout — white surfaces, hairline separators, generous padding/leading; colour used only semantically (severity / score / status).
  • Colour-coded risk & score — severity via the finding-card left stripe + [SEV] tag; and in every risk table (findings summary, CVE register, per-finding CVE table) both the severity label and the CVSS score cell are band-coloured + bold — the label by its severity, the score by score_band(score). tbl(..., sevcol=, scorecol=) selects the columns; the colour is emitted as an inline <font> tag inside the cell (a TableStyle TEXTCOLOR is ignored on ReportLab Paragraph cells, so it must live in the cell markup). Empty/non-numeric score cells stay uncoloured.
  • Highlighted code/samplescodebox() renders CVSS vectors, PoC/test requests, affected assets, and endpoints in a bordered light-grey monospace block; screenshots are framed with a border + caption.
  • Finding cards are a single-column multi-row Table (severity left-stripe + hairline box + padding) so tall Critical findings split cleanly across pages (border redrawn per fragment).
  • Logo is drawn at its true aspect ratio (1024×468 → 0.457; ~48mm wide) — never squished.
  • Graphical (severity-bar chart) + Tabular (findings index) summaries, DURATION cover row, per-finding Ease of Exploitation + References, and a Conclusion section are all light-themed.

Read the full file on GitHub · 626 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. 11d ago First seen · 626 lines · 31 tokens per session scan A 2acacc00d624

Subscribe to this mod's changes

transilience-report-style is a skill published in the GitHub repository transilienceai/communitytools (520 stars, last pushed 1mo ago), licensed MIT. It adds 31 tokens to every session and 7,958 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.

Related

Other skills, from other repositories

huashu-design

A Chinese-language design guide that turns high-fidelity design instructions into steps an AI coding agent can follow. It is intended for tools such as Claude Code, Codex, and Cursor without requiring Figma or After Effects.

AvalonLee/AstraCraft-Program · 0 tokens

chakra-ui-builder

Build responsive, accessible UI components and layouts using Chakra UI v3, install or configure Chakra UI in new and existing projects, and design scalable themes using tokens, semantic tokens, recipes, and slot recipes. Use this skill whenever a user asks to build, create, or generate any UI component, page, form…

chakra-ui/chakra-ui · 214 tokens

read

Reads URLs and PDFs by fetching source content, defaulting to concise summaries for plain read requests and clean Markdown when asked to convert, save, quote, cite, or feed downstream work. Use when users ask in any language to read, fetch, check, summarize, quote, cite, convert, or save a URL or PDF. Not for local…

tw93/Waza · 78 tokens

frontend-visual-qa

Audits already-rendered web, landing-page, HTML deck/slide, browser tool/game, dashboard/admin, design-system, and desktop UIs using real-browser or native-app journeys, inspected screenshots, DOM geometry, responsive or projection viewports, and a bundled Playwright sweep. Use after UI implementation to find…

daymade/claude-code-skills · 145 tokens

refactoring-ui

Audit and fix visual hierarchy, spacing, color, and depth in web UIs. Use when the user mentions "my UI looks off" (or amateur/unprofessional), "fix the design", "Tailwind styling", "color palette", "visual hierarchy", "design system", "spacing scale", or "component styling". Also trigger when building consistent…

wondelai/skills · 132 tokens

moai-ref-ui-polish

UI polish and interface-completion reference: the small visual details — concentric border radius, optical alignment, shadow-vs-border, motion easing, typography smoothing, tabular numbers, icon stroke weight, hit areas — that separate polished interfaces from generic ones. Agent-extending skill that amplifies…

modu-ai/moai-adk · 98 tokens