buzz-devrel
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes bash commands to identify existing project documentation related to community and contribution.
- Evidence:
find . -name "*.md" 2>/dev/null | xargs grep -l "contributor\|community\|discord\|slack\|forum\|devrel\|developer.advocacy\|ambassador" 2>/dev/null | head -10inSKILL.md. - Analysis: These commands are read-only, scoped to the local directory, and are used solely to gather context for the DevRel program design.
- [SAFE]: No obfuscation, data exfiltration, or unauthorized network operations were found. The skill follows best practices for context gathering within a project environment.
Audit Metadata