setup-check
Pass
Audited by Gen Agent Trust Hub on Jun 14, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill processes untrusted data which could contain malicious instructions designed to manipulate agent behavior.
- Ingestion points: Reads project-specific rule files (
~/.claude/rules/*.md), memory records (MEMORY.md), and external search results from thegemini_search_groundedtool. - Boundary markers: Absent. The instructions do not specify the use of delimiters or warnings to ignore instructions embedded within the processed files.
- Capability inventory: Executes shell commands for updates and audits (
claude,npm), and modifies system configuration via theupdate-configskill. - Sanitization: Absent. There is no logic to filter or escape instructions found in the ingested data.
- [COMMAND_EXECUTION]: The skill executes several local CLI commands to perform its audit functions. These include checking the CLI version (
claude --version), listing directory contents to find broken symlinks (ls -la), and querying installed MCP servers (claude mcp list). - [EXTERNAL_DOWNLOADS]: The skill performs network operations to check for and apply updates.
- NPM Registry: Queries
registry.npmjs.orgvianpm viewto find the latest version of the Claude Code CLI. - Marketplace Updates: Refreshes and updates plugins from configured marketplaces using
claude plugin marketplace updateandclaude plugins updatecommands. - Grounding Search: Uses an external search tool to identify new configuration options in recent releases. These sources are considered well-known or trusted services necessary for the skill's primary function.
Audit Metadata