fleet-control
Pass
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes shell commands using the
ghCLI for repository management andnodefor scorecard generation. The dispatch function passes user-provided input as arguments togh workflow run, which requires the agent to handle variable interpolation securely. - [PROMPT_INJECTION]: The skill ingests data from managed repositories, such as
cron-state.jsonand workflow history, creating a potential surface for indirect prompt injection. This data is incorporated into notifications without explicit sanitization or boundary markers, though this is typical for fleet monitoring tools. - [SAFE]: The skill follows security best practices by using environment variables for authentication and interacting only with the official GitHub API, a trusted service.
- [SAFE]: Standard Base64 decoding is used for legitimate retrieval of file contents from the GitHub API.
Audit Metadata