CHANGELOG.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
pyproject.toml
c4nary/__init__.py
c4nary/__main__.py
c4nary/bundle.py
c4nary/cli.py
c4nary/coverage.py
c4nary/integrity.py
c4nary/mcp_server.py
c4nary/parser.py
c4nary/policy.py
c4nary/provenance.py
c4nary/remote.py
c4nary/report.py
c4nary/sarif.py
c4nary/template_ast.py
c4nary.egg-info/PKG-INFO
c4nary.egg-info/SOURCES.txt
c4nary.egg-info/dependency_links.txt
c4nary.egg-info/entry_points.txt
c4nary.egg-info/requires.txt
c4nary.egg-info/top_level.txt
c4nary/known_templates/chatml.jinja
c4nary/known_templates/llama-3.jinja
c4nary/known_templates/mistral.jinja
c4nary/known_templates/qwen.jinja
c4nary/rules/__init__.py
c4nary/rules/config.py
c4nary/rules/metadata.py
c4nary/rules/python_code.py
c4nary/rules/registry.py
c4nary/rules/structure.py
c4nary/rules/template.py
c4nary/rules/tokenizer.py
c4nary/rules/tokenizer_json.py
docs/FINDINGS.md
docs/PROOF.md
docs/THREAT-MODEL.md
docs/VALIDATION.md
docs/corpus-185k-summary.json
docs/corpus-v0.2.2-template-gate-summary.json
docs/corpus-v2-findings.json
tests/_ggufgen.py
tests/test_artifact_layer.py
tests/test_behavioral.py
tests/test_bundle.py
tests/test_card.py
tests/test_cli.py
tests/test_config.py
tests/test_consistency.py
tests/test_corpus_fail_baseline.py
tests/test_coverage.py
tests/test_determinism.py
tests/test_evasion_fixes.py
tests/test_fail_gate_scope.py
tests/test_integrity.py
tests/test_mcp.py
tests/test_metadata.py
tests/test_metadata_injection.py
tests/test_multi_template.py
tests/test_parser.py
tests/test_policy.py
tests/test_provenance.py
tests/test_python_code.py
tests/test_release_gate_scan.py
tests/test_remote.py
tests/test_repo_template.py
tests/test_rules_registry.py
tests/test_sandbox_baseline.py
tests/test_sarif.py
tests/test_template.py
tests/test_template_fail_gate.py
tests/test_template_taint.py
tests/test_tokenizer_json.py
tests/test_tokenizer_seam.py
tests/test_transports.py
tests/fixtures/behavioral_warn.jinja
tests/fixtures/corpus-fail-expected.json
tests/fixtures/cve_llama_drama.jinja
tests/fixtures/modern_generation.jinja
tests/fixtures/obfuscated.jinja
tests/fixtures/sarif-schema-2.1.0.json
tests/fixtures/trigger_ssti.jinja
tests/fixtures/corpus-fail/01-alcybision-gguf-c-t-a.jinja
tests/fixtures/corpus-fail/02-ashtuosh0x-gguf-chat-template-ssti-poc.jinja
tests/fixtures/corpus-fail/03-civitasmass-gguf-nul-key-alias-poc.jinja
tests/fixtures/corpus-fail/04-damir2024-malicious-gguf-poc.jinja
tests/fixtures/corpus-fail/05-ihasfarms-maliciousmodel.jinja
tests/fixtures/corpus-fail/06-pankaj001-malicious-artifact.jinja
tests/fixtures/corpus-fail/07-plig-gguf-ssti.jinja
tests/fixtures/corpus-fail/08-retr0reg-gguf-ssti.jinja
tests/fixtures/corpus-fail/09-achilles1313-test-gguf.jinja
tests/fixtures/corpus-fail/10-celvexgroup-modelaudit-gguf-jinja2-ssti-poc.jinja
tests/fixtures/corpus-fail/11-dyingc-gguf-scanner-test-samples.jinja
tests/fixtures/corpus-fail/12-emaadbs-modelaudit-gguf-ssti-poc.jinja
tests/fixtures/corpus-fail/13-hoanghai2110-gguf-jinja2-ssti-poc.jinja
tests/fixtures/corpus-fail/14-ituser1-model-20260126.jinja
tests/fixtures/corpus-fail/15-kfoughali-mfv-security-research.jinja
tests/fixtures/corpus-fail/16-manja316-gguf-ssti-bypass-poc.jinja
tests/fixtures/corpus-fail/17-n0ni-test-mistral-8b.jinja
tests/fixtures/corpus-fail/18-n0ni-test-qwen2-5-7b.jinja
tests/fixtures/corpus-fail/19-nixsng-malodels.jinja
tests/fixtures/corpus-fail/20-nono31-malicious-models-repo.jinja
tests/fixtures/corpus-fail/21-pragnyanramtha-gguf-chat-template-backdoor-poc.jinja
tests/fixtures/corpus-fail/22-protecttors-sample-files.jinja
tests/fixtures/corpus-fail/23-retroboy3000-protectai-models-retr0reg-whats-up-gguf.jinja
tests/fixtures/corpus-fail/24-retroboy3000-protectai-models-retr0reg-whats-up-gguf-2.jinja
tests/fixtures/corpus-fail/25-scruge-security-research.jinja
tests/fixtures/corpus-fail/26-security-finder-gguf-jinja2-ssti-poc.jinja
tests/fixtures/corpus-fail/27-security-finder-gguf-ssti-rce-poc.jinja
tests/fixtures/corpus-fail/28-thesecguy-poc-gguf-modelscan-bypass.jinja
tests/fixtures/rmt/benign_modeling.py
tests/fixtures/rmt/hostile_modeling.py
tests/fixtures/rmt/modeling_x.py
tests/fixtures/rmt/syntax_312.py
tests/fixtures/rmt/utils_x.py
tools/evasions.json
tools/release_gate_scan.py
tools/template_fail_gate.py