Download Latest Version v0.5.1 source code.tar.gz (16.3 MB)
Email in envelope

Get an email when there's a new version of Antfarm

Home / v0.4.2
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-02-15 779 Bytes
v0.4.2 source code.tar.gz 2026-02-15 16.3 MB
v0.4.2 source code.zip 2026-02-15 16.4 MB
Totals: 3 Items   32.6 MB 0

Security Fix

Defense-in-Depth: Credential Leak Prevention (#138)

Agents no longer commit .env files, credentials, or node_modules/ to repositories. Three layers of protection added across both feature-dev and bug-fix workflows:

  1. Setup agent — creates .gitignore (stack-appropriate defaults) and .env.example if missing
  2. Developer/Fixer agents — pre-commit security checklist: never stage .env, *.key, *.pem, node_modules/, or credential files
  3. Verifier agent — security checks run first as non-negotiable gate: rejects if .gitignore missing, sensitive files in diff, or hardcoded credentials detected

Affected files: setup agent, verifier agent, developer agent, fixer agent, feature-dev workflow.yml, bug-fix workflow.yml

Source: README.md, updated 2026-02-15