plugin-settings
Pass
Audited by Gen Agent Trust Hub on Jul 13, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill defines a pattern where agents read project-local configuration files (
.claude/*.local.md) to adapt behavior. This creates a surface for indirect instructions if the files are compromised. - Ingestion points:
.claude/plugin-name.local.mdfiles located within the project root. - Boundary markers: The skill utilizes standard YAML frontmatter delimiters (
---) and provides logic to separate configuration from the markdown body. - Capability inventory: The skill uses
Bash,Read, andWritetools. Included examples demonstrate the ability to notify other terminal sessions viatmux. - Sanitization: Implementation examples explicitly include path traversal checks (blocking
..), sensitive file protection (blocking.envandsecretkeywords), and recommendations for safe JSON construction usingjq. - [COMMAND_EXECUTION]: The skill provides bash scripts for parsing and validating local files. These scripts use standard unix utilities (
sed,grep,awk) and include defensive programming patterns such asset -euo pipefailand atomic file updates using temporary files to prevent corruption.
Audit Metadata