Secani
Secani
  • Company
  • Roadmap
Request demo

Summarize with AI

Open in ChatGPTOpen in ClaudeOpen in PerplexityOpen in MistralOpen in Grok
SIBB Startups
Berlin
Kofinanziert von der Europäischen Union
Secani

Jonathan Bezdek

Wörther Straße 9

10435 Berlin


hello@secani.com

Legal

  • Privacy Policy
  • Terms
  • Cookie settings
  • Legal Notice

Company

  • Company
  • Contact
  • Blog

Support

  • FAQ
  • Help
    secani/oscalComing soon

    The open-source toolkit for OSCAL

    Load, validate, and transform machine-readable security and compliance data with a TypeScript toolkit and CLI from Secani.

    Follow Secani on GitHub Official OSCAL project
    TypeScriptAPI preview
    1import { load, validate } from "@secani/oscal";2 3const document = await load("./system-security-plan.json");4const result = await validate(document);5 6if (result.valid) {7  console.log(document.model);8}

    Built for open compliance infrastructure

    One foundation for OSCAL workflows

    Load every OSCAL format

    Work with OSCAL documents expressed as JSON, XML, or YAML.

    Validate with confidence

    Check documents against OSCAL models and schema constraints.

    Transform with typed APIs

    Inspect and reshape structured control data in TypeScript.

    Build interoperable tools

    Create compliance workflows on open, portable data models.

    OSCAL for every workflow

    For humans and for agents

    >_
    Preview · Coming soon
    $pnpm add @secani/oscal
    For agentsPreview · Coming soon
    $npx skills add secani/oscal-skills

    secani/oscal-skills · Coming soon

    A planned open-source collection of packaged instructions and optional scripts for agents working with OSCAL validation, conversion, catalogs, profiles, and related workflows.

    Follow development on GitHub

    oscal-cli · Coming soon

    OSCAL tools, straight from the terminal

    The planned open-source CLI will bring validation and conversion into local development and automated workflows.

    Preview the CLI

    The standard behind the toolkit

    What is OSCAL?

    OSCAL stands for Open Security Controls Assessment Language. It is a NIST-led initiative, developed with industry and the public community, for representing security control information in machine-readable XML, JSON, and YAML.

    NIST created the public project page in 2018 and published OSCAL 1.0.0, its first stable major release, in 2021.

    Learn OSCAL NIST project overview

    secani/oscal · Coming soon

    Prepare for secani/oscal

    Read the OSCAL concepts, follow the planned toolkit surface, and prepare your next interoperable compliance workflow.

    OSCAL overview
    Toolkit docsCLI docs

    Install preview · Coming soon

    $pnpm add @secani/oscal