analyze_stamp_code
Parse JavaScript code, resolve dependencies, and detect patterns in recursive stamps to enable detailed structural and functional analysis, including security and performance insights.
Instructions
Analyze the code structure and dependencies of a recursive stamp, including JavaScript parsing, dependency resolution, and pattern detection
Input Schema
Name | Required | Description | Default |
---|---|---|---|
include_dependencies | No | Whether to analyze referenced stamps | |
include_performance_analysis | No | Whether to include performance analysis | |
include_raw_content | No | Whether to include raw stamp content in response | |
include_security_analysis | No | Whether to include security analysis | |
max_depth | No | Maximum depth for dependency analysis | |
stamp_id | Yes | The ID or CPID of the stamp to analyze |