maintenance
Warn
Audited by Gen Agent Trust Hub on Apr 26, 2026
Risk Level: MEDIUMCREDENTIALS_UNSAFECOMMAND_EXECUTION
Full Analysis
- [CREDENTIALS_UNSAFE]: The skill retrieves a sensitive GitHub token by reading a local environment file located at
/home/ubuntu/projects/fellowship-dev/claude-buddy/.envto authenticate subsequent GitHub CLI commands. - [COMMAND_EXECUTION]: The skill dynamically generates and appends shell commands (e.g.,
git pull booster main --no-edit && git push) to anovernight-tasks.mdfile for deferred execution. This pattern creates a mechanism for indirect command execution. - [CREDENTIALS_UNSAFE]: The skill performs a recursive search across the project directory for sensitive patterns, including GitHub tokens and API keys. While intended for security auditing, this operation involves processing raw credentials within the agent session.
Audit Metadata