file-feedback
Pass
Audited by Gen Agent Trust Hub on Sep 3, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTIONDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute various shell commands, including
ghfor GitHub interaction,grepfor secret scanning, andmktempfor secure temporary file handling. These are scoped to the primary task of gathering system information and filing reports. - [EXTERNAL_DOWNLOADS]: The skill uses
npxto execute@celo/buy@0.5.0to verify the installed version. This is a package owned by the skill's author (celo-org) and is used for environment diagnostic purposes. - [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted data from error logs and user descriptions to generate reports. This risk is mitigated by explicit instructions to never file without user review of the final content and a comprehensive list of redaction rules for sensitive data.
- [DATA_EXFILTRATION]: The skill's primary function is to send user-approved data to a public GitHub repository. This is the intended primary purpose of the skill. To prevent accidental exposure, the skill implements a 'backstop scan' using
grepand requires explicit user consent before any data is sent.
Audit Metadata