plugin-settings
Pass
Audited by Gen Agent Trust Hub on Apr 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill documents a pattern for local project configuration using .claude/*.local.md files. It emphasizes security best practices by instructing users to add these files to .gitignore to prevent accidental credential leakage to version control and suggests using restrictive file permissions (chmod 600) to protect local configuration data.
- [COMMAND_EXECUTION]: The provided Bash snippets use standard Unix utilities (head, grep, sed, awk) to parse local configuration files. These examples are localized to the project directory and do not involve untrusted remote sources or dangerous execution patterns.
Audit Metadata