ciso-assistant-incident-evidence

ciso-assistant-incident-evidence is a skill for Claude Code, Codex from Knuckles-Team/ciso-assistant-api. It costs 138 tokens per session (1,177 once invoked), scanned A, original, MIT.

An integration for CISO Assistant, a platform for managing cybersecurity incidents and evidence. It can work with incident records, evidence records, attachments, affected assets, and controls through the platform's connected interface.

In plain words
What is it for?
Use it to list or inspect incidents by severity and status, review detection and resolution timelines, examine evidence and attachments, link affected assets and controls, and ingest records into the knowledge graph.
Why use it?
It gives incident responders a way to find and review incident details and supporting evidence without handling each record manually. It can also preserve selected incidents and evidence in a knowledge graph for later use.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to list or inspect incidents by severity and status, review detection and resolution timelines, examine evidence and attachments, link affected assets and controls, and ingest records into the knowledge graph.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/knuckles-team/ciso-assistant-api/ciso-assistant-incident-evidence
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 Knuckles-Team/ciso-assistant-api --skill ciso-assistant-incident-evidence
Clone the repo
git clone --depth 1 https://github.com/Knuckles-Team/ciso-assistant-api

Made for: Claude Code, Codex.

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 ciso-assistant-incident-evidence

README.md
[![agentmods](https://agentmods.dev/badge/skills/knuckles-team/ciso-assistant-api/ciso-assistant-incident-evidence/github.svg)](https://agentmods.dev/skills/knuckles-team/ciso-assistant-api/ciso-assistant-incident-evidence)
Your own site
<a href="https://agentmods.dev/skills/knuckles-team/ciso-assistant-api/ciso-assistant-incident-evidence"><img src="https://agentmods.dev/badge/skills/knuckles-team/ciso-assistant-api/ciso-assistant-incident-evidence/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 ciso-assistant-incident-evidence

Your own site · 80×15
<a href="https://agentmods.dev/skills/knuckles-team/ciso-assistant-api/ciso-assistant-incident-evidence"><img src="https://agentmods.dev/badge/skills/knuckles-team/ciso-assistant-api/ciso-assistant-incident-evidence.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 138 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,177 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.
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.00138 $0.01177
Opus 5 $0.00069 $0.00589
Sonnet 5 $0.00028 $0.00235
Haiku 4.5 $0.00014 $0.00118

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

Security

Grade A, and why

ciso-assistant-incident-evidence 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 10d 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.

ciso_assistant_api/skills/ciso-assistant-incident-evidence/SKILL.md · 101 lines

How it starts

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

CISO Assistant Incident & Evidence

Domain-typed access to the CISO Assistant incident and evidence surfaces — security incidents plus their evidence records and file attachments — for response and durable KG capture. Prefer these tools over raw HTTP; they return the records the ontology (:Incident, :Evidence, :Asset) is built on, and evidence files land as reusable :Blob / :MediaAsset nodes.

When to use

  • List / triage incidents by severity and status; read detection/resolution times.
  • Link an incident's affected assets and applied controls.
  • List evidence records and their attachment/expiry.
  • Ingest incidents into the KG (:Incident) and store evidence file bytes as blobs.

When NOT to use

  • Risk assessments, scenarios, treatment decisions → ciso-assistant-risk-management.
  • Compliance assessments (audits), frameworks → ciso-assistant-compliance-audit.
  • Arbitrary endpoints the condensed tools don't cover → the verbose 1:1 tools (set MCP_TOOL_MODE=verbose).

Prerequisites & environment

Connect via the mcp-client skill against the ciso-assistant-api MCP server.

Variable Required Notes
CISO_ASSISTANT_URL Backend host, e.g. https://ciso.arpa
CISO_ASSISTANT_TOKEN ✅* Pre-minted Knox token
CISO_ASSISTANT_USERNAME / CISO_ASSISTANT_PASSWORD ✅* Login flow exchanged at POST /api/iam/login/
CISO_ASSISTANT_SSL_VERIFY optional TLS verification toggle

* Provide the token or the username/password pair. Blob ingestion also needs a reachable epistemic-graph engine (best-effort; no-ops without one).

Tools & actions

Prefer the condensed tool; it takes action + a params_json JSON string.

Condensed tool Key actions
ciso_assistant_incidents api_incidents_list, api_incidents_retrieve, api_incidents_severity_retrieve, api_timeline_entries_list
ciso_assistant_evidence api_evidences_list, api_evidences_retrieve, api_evidences_attachment_retrieve
ciso_ingest native KG push: kind = incidents | evidences (evidences also stores attachment blobs when ingest_attachments=true)

Read the full file on GitHub · 101 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. 10d ago First seen · 101 lines · 138 tokens per session scan A 62795fce692f

Subscribe to this mod's changes

ciso-assistant-incident-evidence is a skill published in the GitHub repository Knuckles-Team/ciso-assistant-api (0 stars, last pushed 13d ago), licensed MIT. It adds 138 tokens to every session and 1,177 once invoked, about $0.0007 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-31.

Related

Other skills, from other repositories

mira-annotation-review

Review MIRA annotations in Markdown documents for semantic correctness, Markdown dialect validity, preservation, and relation integrity. Use for md, smd, qmd, and myst files containing research objects such as claims, evidence, questions, protocols, requests, typed claims, ids, and relations. Produces actionable…

stencila/stencila · 73 tokens

goey-toast

Install and use goey-toast — a gooey, morphing React toast component built on Sonner with Framer Motion. Use when adding toast/notification UI to a React app (success/error/warning/info/promise toasts), or when the user mentions goey-toast / gooey toast.

anl331/goey-toast · 64 tokens

mira-annotation

Annotate Markdown documents with MIRA research objects and source-local relations. Use for md, smd, qmd, and myst files when identifying claims, evidence, questions, protocols, requests, typed claims, and relation attributes while preserving the original Markdown flavor and author wording. Not for general copyediting…

stencila/stencila · 81 tokens

GRC & Compliance

Governance, risk, and compliance — risk assessment and scoring, control mapping across NIST CSF 2.0 / ISO 27001:2022 / SOC 2 / CIS Controls v8, gap analysis, audit evidence preparation, and security policy generation.

Masriyan/Claude-Code-CyberSecurity-Skill · 58 tokens

contract

Outcome-driven Cortex function development — declares a behavioral contract before generation begins, enforces evidence-tiered proof before $ship, and defends against the self-oracle evaluation failure mode.

Snowflake-Labs/cocoplus · 38 tokens

Incident Response & Digital Forensics

IR playbook execution, evidence collection, forensic timeline analysis, memory forensics, and post-incident reporting following NIST SP 800-61 and SANS PICERL methodology.

Masriyan/Claude-Code-CyberSecurity-Skill · 43 tokens