feat: initialize llm-security-commons (charter, license, extraction plan)
Data+contract+fixtures repository for runtime-neutral LLM/agent security detection. Charter is hard: no engine code, no dependencies, no runtime — JSON data, normative specs and conformance fixtures only. Scaffolding only; the seed data files land in follow-up commits from verified source dumps (never from recollection). Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0191AKc2qW6tmXDFSx1xn53q
This commit is contained in:
commit
ef80288c57
6 changed files with 385 additions and 0 deletions
17
CHANGELOG.md
Normal file
17
CHANGELOG.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this
|
||||
project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
Versioning note: the repository tag versions **the contract** (file set, key names,
|
||||
case ids, disposition semantics). Each JSON file additionally carries its own
|
||||
`"version"` field, bumped when that file changes.
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.1.0] — 2026-08-09
|
||||
|
||||
Initial extraction. Runtime-neutral detection data, normative contracts and a conformance
|
||||
corpus, extracted from the `llm-security` Node implementation without behaviour change.
|
||||
Loading…
Add table
Add a link
Reference in a new issue