CodeSecAudit-RAG / dataset-metadata.json
OMCHOKSI108's picture
Upload CodeSecAudit-RAG v0.1.0 dataset release
7d2ace6 verified
Raw
History Blame Contribute Delete
1.56 kB
{
"title": "CodeSecAudit-RAG",
"subtitle": "Defensive code security review dataset with RAG-ready secure coding guidance",
"description": "CodeSecAudit-RAG is a curated defensive dataset for building an Enterprise Code Review and Security Auditor Agent. It includes a combined vulnerability review dataset and an OWASP Cheat Sheet based RAG corpus. Intended for secure coding education, vulnerability detection, security review explanation, and defensive AI engineering workflows.",
"id": "omchoksi108/codesec-audit-rag",
"licenses": [
{
"name": "other"
}
],
"keywords": [
"cybersecurity",
"code",
"security",
"rag",
"machine learning",
"nlp",
"artificial intelligence"
],
"resources": [
{
"path": "review_combined/train.jsonl.gz",
"description": "Training split for vulnerability detection and security review."
},
{
"path": "review_combined/validation.jsonl.gz",
"description": "Validation split for vulnerability detection and security review."
},
{
"path": "review_combined/test.jsonl.gz",
"description": "Test split for vulnerability detection and security review."
},
{
"path": "rag/rag_corpus.jsonl.gz",
"description": "RAG-ready secure coding guidance corpus from OWASP Cheat Sheet Series."
},
{
"path": "README.md",
"description": "Dataset card and usage documentation."
},
{
"path": "LICENSE_NOTICE.md",
"description": "Source and license transparency notice."
}
]
}