init-physics-intern
Pass
Audited by Gen Agent Trust Hub on Jul 27, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Dynamic Context Injection: The skill uses the
!syntax to resolve the file path for its initialization script relative to the environment variable${CLAUDE_PLUGIN_ROOT}. This is a functional application of dynamic context to ensure the script path is correctly identified regardless of the installation location. - Local Command Execution: The instructions direct the agent to execute a bash script (
plugin-init.sh) included within the skill's own directory. This script performs routine scaffolding tasks such as directory creation and repository initialization. - Permission Transparency: The skill proactively informs the user that the script requires permission to write to the
.claude/directory and rungit init, adhering to security best practices by requesting explicit user approval for actions outside the standard sandbox.
Audit Metadata