integrate-backend

Pass

Audited by Gen Agent Trust Hub on Apr 29, 2026

Risk Level: SAFE
Full Analysis
  • Architectural Analysis and Routing: The skill functions primarily as a decision-support and routing engine. It evaluates the user's business problem against a decision framework to recommend the most appropriate implementation tool (Web API, Server Logic, or Cloud Flows). This modular approach adheres to the principle of least privilege by delegating specific tasks to specialized sub-skills.
  • Security-First Decision Framework: A central component of the skill is the 'Secure Action Principle,' which mandates that server-side logic must both validate and execute sensitive operations (like state transitions) to prevent client-side bypasses. This architectural guidance actively promotes the creation of secure applications.
  • Local Script Execution: The skill utilizes several internal Node.js scripts (e.g., check-version.js, list-custom-actions.js, and render-backend-plan.js) located within the plugin's root directory. These scripts are used for environment checks, Dataverse discovery, and generating visualization artifacts, which is standard functional behavior for developer-oriented tools.
  • Visualization and User Review: The skill generates an HTML-based integration plan (backend-plan.html) to provide a clear, visual overview of the proposed architecture. This plan is opened locally for the user's review and approval before any implementation skills are invoked, ensuring human-in-the-loop oversight.
  • Safe Data Ingestion: The skill processes project configuration files (powerpages.config.json) and scans local source code to understand the existing site state. This data is used to inform recommendations and is handled within the local project context.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 29, 2026, 11:50 PM