v0.67.0 - Agentic workflow audit
ContextForge v0.67.0
This release adds contextforge workflow-audit, a deterministic GitHub Actions audit for agentic workflow injection risk.
Highlights
- Detects untrusted issue, PR, review, comment, discussion, or workflow input text flowing into agentic commands/actions.
- Flags agentic workflows that run with
pull_request_targetor write-capable permissions. - Flags repository secrets combined with untrusted event text in agentic jobs.
- Emits
contextforge-workflow-audit.mdandcontextforge-workflow.sarif. - Wires the reusable Action, generated workflow, dogfood workflow, artifact upload, and Code Scanning upload.
- Adds
docs/workflow-audit.md, AI-readablellms.txtupdates, and a risky demo fixture.
Verification
- PR #159 passed CI and ContextForge Audit on GitHub.
- Main commit
4a91097passed CI and ContextForge Audit. - Local validation included typecheck, full tests, build, security benchmark, audit, workflow-audit artifact generation, publish-readiness, and npm pack dry-run.