Skip to content

Commit

Permalink
Process repos
Browse files Browse the repository at this point in the history
  • Loading branch information
xvnpw committed Feb 28, 2025
1 parent 0d37329 commit eaa9d1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion repos_dir.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
typescript tomoki1207/vscode-pdfviewer
typescript tonybaloney/vscode-pets
typescript twxs/vs.language.cmake
typescript vadimcn/codelldb
Expand Down
8 changes: 4 additions & 4 deletions typescript/tomoki1207/vscode-pdfviewer/config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"mode": "dir",
"repo_url": "tomoki1207/vscode-pdfviewer",
"analyzer_args": "--vulnerabilities-threat-actor vscode_extension -p javascript --files-context-window 200000 --files-chunk-size 170000 --recursion-limit 100 --vulnerabilities-iterations 2",
"agent_provider": "google",
"agent_model": "gemini-2.0-flash-thinking-exp",
"agent_temperature": 0.7,
"analyzer_args": "--vulnerabilities-threat-actor vscode_extension_malicious_repo --included-classes-of-vulnerabilities 'RCE, Command Injection, Code Injection' -p javascript --vulnerabilities-iterations 2 --exclude '**/.github/**' --secondary-agent-provider openai --secondary-agent-model o3-mini --secondary-agent-temperature 1 ",
"agent_provider": "openrouter",
"agent_model": "anthropic/claude-3.7-sonnet:thinking",
"agent_temperature": 1,
"agent_prompt_types": [
"vulnerabilities-workflow-1"
]
Expand Down

0 comments on commit eaa9d1b

Please sign in to comment.