2 Commits

  • security: remove supply chain risks, external promotions, and unauthorized credits
    - Remove zenith.chat references and @DRodriguezFX shoutout from README
    - Remove Inspiration Credits section (already in CHANGELOG.md)
    - Remove awesome-agent-skills reference from Links
    - Remove Plankton H3 section by @alxfazio (skill stays in skills/)
    - Remove brand names (InsAIts, VideoDB, Evos) from v1.9.0 notes
    - Remove @ericcai0814 individual credit from README (kept in CHANGELOG)
    - Add Security Guide to Links section
    - Replace curl-pipe-to-bash in autonomous-loops with review warning
    - Replace git clone in plankton-code-quality with review warning
    - Replace pip install git+ in agent-eval with review warning
    - Replace npm install -g in dmux-workflows with review warning
    - Add commercial API notice to nutrient-document-processing
    - Remove VideoDB maintainer credit from videodb skill
    - Replace skill-creator.app link with ECC-Tools GitHub App reference
  • feat(skills): add agent-eval for head-to-head coding agent comparison (#540)
    * feat(skills): add agent-eval for head-to-head coding agent comparison
    
    * fix(skills): address PR #540 review feedback for agent-eval skill
    
    - Remove duplicate "When to Use" section (kept "When to Activate")
    - Add Installation section with pip install instructions
    - Change origin from "community" to "ECC" per repo convention
    - Add commit field to YAML task example for reproducibility
    - Fix pass@k mislabeling to "pass rate across repeated runs"
    - Soften worktree isolation language to "reproducibility isolation"
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    
    * Pin agent-eval install to specific commit hash
    
    Address PR review feedback: pin the VCS install to commit
    6d062a2 to avoid supply-chain risk from unpinned external deps.
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    
    ---------
    
    Co-authored-by: Joaquin Hui Gomez <joaquinhui1995@gmail.com>
    Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>