Back to repositoriesGitHub
github-recent__mbarbine__cdf-sanitize
cdf-sanitize
python -m app.cdf_redactor input/sample_cardiology_report.cdf output/redacted_cardiology_report.cdf --config app/config.json --llm --debug
Capabilities
4
Risks
0
Maturity
prototype
Confidence
medium
Capabilities
Workflow Runner
automation.workflow-runner
automationpartial
Source evidence indicates jobs, workflows, queues, cron tasks, or automation runs.
.github/workflows/release.yml
Deployment and Project Automation
deployment.project-automation
deploymentpattern_only
Repository includes CI workflows, deployment config, or containerization files.
.github/workflows/codeql.yml.github/workflows/docker-tests.yml.github/workflows/lint.yml.github/workflows/nightly-e2e.yml
Environment Configuration
security.env-configuration
securitypattern_only
Repository references environment variables; secret-like names are cataloged without values.
.github/workflows/release.yml
Automated Test Suite
testing.automated-tests
testingpattern_only
Repository includes automated test files.
app/tests/test_cdf_redactor.py