sync-permissions
Warn
Audited by Gen Agent Trust Hub on Aug 24, 2026
Risk Level: MEDIUMCREDENTIALS_UNSAFECOMMAND_EXECUTION
Full Analysis
- [DATA_EXPOSURE_AND_EXFILTRATION]: The skill accesses the global configuration file
~/.claude/settings.jsonand the project-specific configuration file.claude/settings.local.json. These files define the agent's security policies and allowed tools.- [PRIVILEGE_ESCALATION]: The skill modifies.claude/settings.local.jsonto add new permissions. This allows the agent to programmatically expand its own set of allowed capabilities within a project context.- [INDIRECT_PROMPT_INJECTION]: The skill processes data from configuration files to determine its execution environment. - Ingestion points: Reads
~/.claude/settings.jsonand.claude/settings.local.json(SKILL.md). - Boundary markers: None; the skill assumes the content of these files is trusted.
- Capability inventory: Includes
WriteandEditpermissions, and shell command execution viaBashtools. - Sanitization: None; the permissions found in the configuration files are added directly to the local settings.
Audit Metadata