perses-dac-pipeline
Pass
Audited by Gen Agent Trust Hub on Mar 23, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides structured instructions for initializing, building, and deploying dashboards using the Perses CLI and SDKs. All operations are standard for development workflows.
- [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to execute development commands such aspercli,go, andcue. These are used for project initialization (mod init), build processes (dac build), and deployment (apply). - [EXTERNAL_DOWNLOADS]: The skill references official resources and GitHub Actions from the
persesorganization (e.g.,github.com/perses/perses,perses/cli-actions). These are well-known, legitimate project sources used for standard dependency management and CI/CD integration. - [CREDENTIALS_UNSAFE]: The skill includes explicit security guidance against hardcoding credentials. It instructs the user to use GitHub Secrets (
secrets.PERSES_USERNAME,secrets.PERSES_PASSWORD) and repository variables, which is the recommended practice for secure automation.
Audit Metadata