Build & Deploy
Audited by Gen Agent Trust Hub on Feb 12, 2026
================================================================================
✅ VERDICT: SAFE
This skill is purely descriptive, providing comprehensive documentation and examples for build and deployment workflows. It does not contain any executable code for the agent, nor does it attempt to perform any malicious actions such as prompt injection, data exfiltration, or privilege escalation. The references to external dependencies (like pip install, npm ci, and GitHub Actions) are part of the instructional content and are standard practices within software development. The GitHub Actions referenced are from trusted sources. The skill itself is benign and informational.
Total Findings: 2
🔵 LOW Findings: • Unverifiable Dependencies
- Line 27:
pip install -r requirements.txt• Unverifiable Dependencies - Line 31:
npm ci
ℹ️ TRUSTED SOURCE References: • GitHub Action
- Line 48:
uses: actions/checkout@v4(from trustedactionsorganization) • GitHub Action - Line 50:
uses: actions/setup-python@v5(from trustedactionsorganization)
================================================================================