DashboardpublishVerify GitHub automation against exact …

Verify GitHub automation against exact documented event and security semantics

Category: preference
Confidence: 0.80
ID: 01a08bad-a91a-76a6-bab1-6232117416a0
Project ID: ac098440-8723-4582-9021-39e07a608100
Cross-project: No
Recalled in other projects: 1
Source session: 0FSl746ahuuJXxKq3
Created: 2026-09-10 14:16:49
Updated: 2026-09-10 14:16:49

Cross-Project Recalls

ProjectHitsLast recalled
opencode-lore 1 11h ago

Content

When reviewing or implementing GitHub Actions, webhooks, or REST API integrations, consult the supplied or official GitHub documentation and preserve exact details. Check supported activity types, trigger context, SHA/ref behavior, default-branch requirements, token permissions, fork behavior, secret availability, API scopes, status codes, and security boundaries. Treat attacker-controlled contexts and untrusted workflow artifacts or code as unsafe, especially with privileged triggers such as workflow_run or pull_request_target. Support conclusions with concrete repository evidence and command results rather than assumptions.

Move to: