Skip to content

Add Devin CLI provider - #23

Closed
ThePlenkov wants to merge 35 commits into
mainfrom
fix/devin-cli-provider
Closed

Add Devin CLI provider#23
ThePlenkov wants to merge 35 commits into
mainfrom
fix/devin-cli-provider

fix: address review comments - temp cleanup, skill prompt, and securi…

e5527b9
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor failed Jun 28, 2026 in 1s

12 issues found.

Annotations

Check warning on line 150 in src/cli_agent_orchestrator/providers/devin_cli.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/cli_agent_orchestrator/providers/devin_cli.py#L147-L150

Use of insecure and deprecated function (mktemp). (B306)

Check warning on line 129 in src/cli_agent_orchestrator/providers/devin_cli.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/cli_agent_orchestrator/providers/devin_cli.py#L126-L129

Use of insecure and deprecated function (mktemp). (B306)

Check notice on line 164 in src/cli_agent_orchestrator/providers/manager.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/cli_agent_orchestrator/providers/manager.py#L31-L164

Complex Method

Check warning on line 78 in web/e2e/devin-provider.spec.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

web/e2e/devin-provider.spec.ts#L78

Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)

Check warning on line 187 in src/cli_agent_orchestrator/providers/devin_cli.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/cli_agent_orchestrator/providers/devin_cli.py#L184-L187

Use of insecure and deprecated function (mktemp). (B306)

Check warning on line 123 in web/e2e/devin-provider.spec.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

web/e2e/devin-provider.spec.ts#L123

Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)

Check notice on line 517 in src/cli_agent_orchestrator/services/status_monitor.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/cli_agent_orchestrator/services/status_monitor.py#L431-L517

Complex Method

Check warning on line 68 in src/cli_agent_orchestrator/constants.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/cli_agent_orchestrator/constants.py#L68

Probable insecure usage of temp file/directory. (B108)

Check warning on line 94 in web/e2e/devin-provider.spec.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

web/e2e/devin-provider.spec.ts#L94

Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)

Check warning on line 68 in web/e2e/devin-provider.spec.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

web/e2e/devin-provider.spec.ts#L68

Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)

Check warning on line 125 in web/e2e/devin-provider.spec.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

web/e2e/devin-provider.spec.ts#L125

Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)

Check notice on line 207 in src/cli_agent_orchestrator/providers/devin_cli.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/cli_agent_orchestrator/providers/devin_cli.py#L100-L207

Complex Method