ailint-core 1.1.0

Core library for ailint: discovery, parsing, rule engine, and reporters for AI agent guidance files.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Default secret-shaped regex patterns for AIL202 no-sensitive-data-in-instructions.
# One case-sensitive regex per line; blank lines and '#' lines are ignored.
\bsk-proj-[A-Za-z0-9_-]{20,}\b
\bsk-ant-[A-Za-z0-9_-]{20,}\b
\bsk-[A-Za-z0-9]{20,}\b
\bxox[baprs]-[A-Za-z0-9-]{10,}\b
\bghp_[A-Za-z0-9]{30,}\b
\bgithub_pat_[A-Za-z0-9_]{50,}\b
\bAKIA[0-9A-Z]{16}\b
\bAIza[0-9A-Za-z_-]{30,}\b
-----BEGIN (RSA |EC |OPENSSH |DSA )?PRIVATE KEY-----