initial commit after one day coding agent session

This commit is contained in:
Hans Aschauer 2026-02-07 07:45:57 +01:00
commit 372af75b90
88 changed files with 22694 additions and 0 deletions

20
config/allowlist.txt Normal file
View file

@ -0,0 +1,20 @@
# Package Allowlist
#
# List of Python packages that are allowed to be installed
# One package per line
# Standard library packages (implicitly allowed, listed for reference)
requests
urllib3
certifi
# Data science
numpy
pandas
scipy
matplotlib
seaborn
# Utilities
python-dateutil
pytz

8
config/blocklist.txt Normal file
View file

@ -0,0 +1,8 @@
# Package Blocklist
#
# List of Python packages that are explicitly blocked
# One package per line
# Example malicious packages (add real ones as discovered)
malicious-package
dangerous-lib