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.
npx skills add Knuckles-Team/ciso-assistant-api --skill ciso-assistant-compliance-auditgit clone --depth 1 https://github.com/Knuckles-Team/ciso-assistant-apiWrote 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.
[](https://agentmods.dev/skills/knuckles-team/ciso-assistant-api/ciso-assistant-compliance-audit)<a href="https://agentmods.dev/skills/knuckles-team/ciso-assistant-api/ciso-assistant-compliance-audit"><img src="https://agentmods.dev/badge/skills/knuckles-team/ciso-assistant-api/ciso-assistant-compliance-audit/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.
<a href="https://agentmods.dev/skills/knuckles-team/ciso-assistant-api/ciso-assistant-compliance-audit"><img src="https://agentmods.dev/badge/skills/knuckles-team/ciso-assistant-api/ciso-assistant-compliance-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00129 | $0.01057 |
| Opus 5 | $0.00064 | $0.00528 |
| Sonnet 5 | $0.00026 | $0.00211 |
| Haiku 4.5 | $0.00013 | $0.00106 |
Grade A, and why
ciso-assistant-compliance-audit 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.
How it starts
The opening of the file, as written. The whole thing — 92 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CISO Assistant Compliance Audit
Domain-typed access to the CISO Assistant compliance surface — compliance
assessments (audits), frameworks, and applied controls — for posture reporting and
KG mapping. Prefer these tools over raw HTTP; they return the records the ontology
(:Audit, :Framework, :Control) is built on.
When to use
- List / read compliance assessments and their
progress+computed_outcome. - Report a framework's compliance posture across assessments.
- List applied controls backing an assessment and their status.
- Ingest audits into the KG as typed
:Auditnodes (linked to:Framework).
When NOT to use
- Risk assessments, scenarios, treatment decisions →
ciso-assistant-risk-management. - Incidents, evidence records and their attachments →
ciso-assistant-incident-evidence. - 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. MCP_TOOL_MODE
(condensed|verbose|both) selects the condensed surface (used below) vs. the
one-to-one verbose tools.
Tools & actions
Prefer the condensed tool; it takes action + a params_json JSON string.
| Condensed tool | Key actions |
|---|---|
ciso_assistant_compliance |
api_compliance_assessments_list, api_compliance_assessments_retrieve, api_applied_controls_list, api_requirement_assessments_list |
ciso_assistant_frameworks_libraries |
api_frameworks_list, api_frameworks_retrieve |
ciso_ingest |
native KG push: kind = compliance_assessments | applied_controls |
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.
- 10d ago First seen · 92 lines · 129 tokens per session scan A e54f34d91b1a
ciso-assistant-compliance-audit is a skill published in the GitHub repository Knuckles-Team/ciso-assistant-api (0 stars, last pushed 13d ago), licensed MIT. It adds 129 tokens to every session and 1,057 once invoked, about $0.0006 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.
Other skills, from other repositories
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.
servicenow-irm-grc
ServiceNow Integrated Risk Management / GRC — the ServiceNow equivalent of RSA Archer (GRC) and OneTrust (privacy). Covers Risk Management, Policy & Compliance, Audit Management, Vendor / Third-Party Risk (TPRM), and Privacy Management. Use when the agent must list open risks, roll up compliance by control state, list…
cocoaudit
View and export the append-only session audit trail for regulated environments.
Document Compliance Audit
Audit a vendor agreement or contract: extract key clauses, check that required clause categories are present, flag compliance gaps and risks, and emit a structured audit summary. Use for compliance, contract review, audit, and vendor agreement requests.
audit-export
Export the full CocoAudit trail as a stakeholder-ready compliance document.
Agent Compliance & Security Assessment
Comprehensive compliance and security self-assessment for AI agents. 14-check framework producing a structured threat model + compliance report with RED/AMBER/GREEN ratings across security, governance, EU AI Act readiness, oversight quality, and NIST alignment domains. Includes automation bias detection, audit trail…