-
Notifications
You must be signed in to change notification settings - Fork 213
[dev] [Marfuen] mariano/integrations-architecture #1852
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…form credential models
…nd update integration manifest
…from integrations
🔒 Comp AI - Security Review🔴 Risk Level: HIGHOSV scan found 2 high and 1 low npm vulnerabilities: [email protected] (Prototype Pollution, ReDoS) and [email protected] (filetype whitelist bypass; fixed in 5.0.52). 📦 Dependency Vulnerabilities🟠 NPM Packages (HIGH)Risk Score: 8/10 | Summary: 2 high, 1 low CVEs found
🛡️ Code Security AnalysisView 4 file(s) with issues🔴 .cursor/rules/data-fetching.mdc (HIGH Risk)
Recommendations:
🟡 .cursor/rules/forms.mdc (MEDIUM Risk)
Recommendations:
🔴 .cursor/rules/trigger.advanced-tasks.mdc (HIGH Risk)
Recommendations:
🟡 apps/api/packages/docs/openapi.json (MEDIUM Risk)
Recommendations:
💡 RecommendationsView 3 recommendation(s)
Powered by Comp AI - AI that handles compliance for you. Reviewed Dec 5, 2025 |
…c and update manifest
…nt and update related APIs
…agement and checks
PR SummaryIntroduce a full integration platform (manifests, APIs, runtime, UI) with persistence, and wire app to run checks and employee sync.
Written by Cursor Bugbot for commit 59b19f7. This will update automatically on new commits. Configure here. |
Graphite Automations"Auto-assign PRs to Author" took an action on this PR • (12/05/25)1 assignee was added to this PR based on Mariano Fuentes's automation. |
…ential management and checks
…date AWS region type
…/integrations-architecture
… credentials in checks
| && bun install --production --ignore-scripts | ||
|
|
||
| COPY node_modules/@trycompai ./node_modules/@trycompai | ||
| COPY node_modules/@comp ./node_modules/@comp |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Missing @comp package copy in buildspec.yml for Docker build
The Dockerfile adds COPY node_modules/@comp ./node_modules/@comp and package.json adds the @comp/integration-platform dependency, but buildspec.yml was not updated to copy @comp packages to the Docker build directory. The buildspec only copies @trycompai packages (lines 60-67). Since the API imports from @comp/integration-platform (confirmed in multiple controller files), the Docker container will fail at runtime because the package won't be present in the image built by CodeBuild/AWS.
This is an automated pull request to merge mariano/integrations-architecture into dev.
It was created by the [Auto Pull Request] action.