setup-medsci
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the Bash tool to execute several diagnostic commands to check software versions and system status.
uname -sto detect the Operating System.python3 --version,Rscript --version,node --version,git --version, andclaude --versionto verify installed versions of required dependencies.claude mcp listto check the status of Model Context Protocol (MCP) servers.pgreportasklistto check if the Zotero desktop application is running.- [SAFE]: All commands are non-destructive and intended for read-only environment auditing. The skill documentation explicitly forbids installation or modification of system files (
does not install anything,No brew install,does not modify ~/.claude.json).
Audit Metadata