📚 resourceActiveExperimentalhigh

patchwork

by patched-codes

Agentic AI framework for enterprise workflow automation.

Stars

1.6k

Skill Type

🔄 Business Process & Team Automation

Quality Score

72/200

License

AGPL-3.0

Forks

104

Last Updated

Jun 11, 2026

Discovered

Apr 6, 2026

Validation

Passed

github.com/patched-codes/patchwork

Quality Breakdown

72/ 200

Content Signals

â—‹Gotchas/Edge Cases+40
â—‹Progressive Disclosure+30
â—‹Trigger Description+20
â—‹Verification/Safety+20
✓Code Examples+15
✓Composability+15

Repo Health

✓Recent Activity+15
â—‹Scripts/Automation+10
✓Real Usage (Issues)+10
✓Single Responsibility+10
✓Config/Persistence+10
✓Install Instructions+5

Multi-platform bonus: +5 pts if tool supports 2+ platforms. Score derived from 12 structural signals — not stars or popularity.

Trust & Verification

high

Broad system access required. Carefully review permissions before installing.

Active

Updated within the last 90 days. Actively maintained.

Unverified skill. Always review source code before installing any skill from an unknown author.

Risk Assessment

  • Contains bash_tool.py enabling arbitrary shell command execution without apparent sandboxing
  • Agentic framework with multi-turn strategies and autonomous operation capabilities (agentic_strategy.py, agentic_strategy_v2.py)
  • Includes multiple tool classes (bash_tool, git_tool, github_tool, db_query_tool, api_tool) that can execute external commands and modify repositories
  • Framework designed for autonomous workflow automation without explicit mention of human approval gates in the code structure
  • Contains git and GitHub tools allowing remote repository modification and potentially pushing changes without human review
  • Database query tool (db_query_tool.py) enables arbitrary database access