Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 7.65 KB

README.md

File metadata and controls

10 lines (8 loc) · 7.65 KB

Examples

dir mode

Project Name Project Type Security Design Threat Modeling Attack Surface Threat Scenarios Attack Tree
screenshot-to-code - Drop in a screenshot and convert it to clean code (HTML/Tailwind/React/Vue)
commands...Security Design:
python ai_security_analyzer/app.py dir -t screenshot-to-code/ -v -o examples/SCREENSHOT-TO-CODE-o1-preview.md --agent-model o1-preview --agent-temperature 1 --agent-prompt-type sec-design
Threat Modeling:
python ai_security_analyzer/app.py dir -t screenshot-to-code/ -v -o examples/THREAT-MODEL-SCREENSHOT-TO-CODE-o1-preview.md --agent-model o1-preview --agent-temperature 1 --agent-prompt-type threat-modeling
Attack Surface:
python ai_security_analyzer/app.py dir -t screenshot-to-code/ -v -o examples/ATTACK-SURFACE-SCREENSHOT-TO-CODE-o1-preview.md --agent-model o1-preview --agent-temperature 1 --agent-prompt-type attack-surface
Threat Scenarios:
python ai_security_analyzer/app.py dir -t screenshot-to-code/ -v -o examples/THREAT-SCENARIOS-SCREENSHOT-TO-CODE-o1-preview.md --agent-model o1-preview --agent-temperature 1 --agent-prompt-type threat-scenarios
Attack Tree:
python ai_security_analyzer/app.py dir -t screenshot-to-code/ -v -o examples/ATTACK-TREE-SCREENSHOT-TO-CODE-o1-preview.md --agent-model o1-preview --agent-temperature 1 --agent-prompt-type attack-tree
python o1-preview o1-preview o1-preview o1-preview o1-preview
requests - A simple, yet elegant, HTTP library
commands...Security Design:
python ai_security_analyzer/app.py dir -t requests/ -v --exclude "**/ISSUE_TEMPLATE*,**/CODE_OF_CONDUCT.md,**/CONTRIBUTING.md,**/FUNDING.yml" --include "**/*.cfg,**/*.rst" -o examples/REQUESTS-o1-preview.md --agent-model o1-preview --agent-temperature 1 --agent-prompt-type sec-design
Threat Modeling:
python ai_security_analyzer/app.py dir -t requests/ -v --exclude "**/ISSUE_TEMPLATE*,**/CODE_OF_CONDUCT.md,**/CONTRIBUTING.md,**/FUNDING.yml" --include "**/*.cfg,**/*.rst" -o examples/THREAT-MODEL-REQUESTS-o1-preview.md --agent-model o1-preview --agent-temperature 1 --agent-prompt-type threat-modeling
Attack Surface:
python ai_security_analyzer/app.py dir -t requests/ -v --exclude "**/ISSUE_TEMPLATE*,**/CODE_OF_CONDUCT.md,**/CONTRIBUTING.md,**/FUNDING.yml" --include "**/*.cfg,**/*.rst" -o examples/ATTACK-SURFACE-REQUESTS-o1-preview.md --agent-model o1-preview --agent-temperature 1 --agent-prompt-type attack-surface
Threat Scenarios:
python ai_security_analyzer/app.py dir -t requests/ -v --exclude "**/ISSUE_TEMPLATE*,**/CODE_OF_CONDUCT.md,**/CONTRIBUTING.md,**/FUNDING.yml" --include "**/*.cfg,**/*.rst" -o examples/THREAT-SCENARIOS-REQUESTS-o1-preview.md --agent-model o1-preview --agent-temperature 1 --agent-prompt-type threat-scenarios
Attack Tree:
python ai_security_analyzer/app.py dir -t requests/ -v --exclude "**/ISSUE_TEMPLATE*,**/CODE_OF_CONDUCT.md,**/CONTRIBUTING.md,**/FUNDING.yml" --include "**/*.cfg,**/*.rst" -o examples/ATTACK-TREE-REQUESTS-o1-preview.md --agent-model o1-preview --agent-temperature 1 --agent-prompt-type attack-tree
python o1-preview o1-preview o1-preview o1-preview o1-preview
flask - The Python micro framework for building web applications
commands...Security Design:
python ai_create_project_sec_design/app.py dir -t flask/ -v --exclude "**/pull_request_template.md,**/ISSUE_TEMPLATE*,**/CODE_OF_CONDUCT.md" --include "**/requirements/*.txt,**/*.rst" -o examples/FLASK-o1-preview.md --agent-model o1-preview --agent-temperature 1 --agent-prompt-type sec-design
Threat Modeling:
python ai_security_analyzer/app.py dir -t flask/ -v --exclude "**/pull_request_template.md,**/ISSUE_TEMPLATE*,**/CODE_OF_CONDUCT.md" --include "**/requirements/*.txt,**/*.rst" -o examples/THREAT-MODEL-FLASK-o1-preview.md --agent-model o1-preview --agent-temperature 1 --agent-prompt-type threat-modeling
Attack Surface:
python ai_security_analyzer/app.py dir -t flask/ -v --exclude "**/pull_request_template.md,**/ISSUE_TEMPLATE*,**/CODE_OF_CONDUCT.md" --include "**/requirements/*.txt,**/*.rst" -o examples/ATTACK-SURFACE-FLASK-o1-preview.md --agent-model o1-preview --agent-temperature 1 --agent-prompt-type attack-surface
Threat Scenarios:
python ai_security_analyzer/app.py dir -t flask/ -v --exclude "**/pull_request_template.md,**/ISSUE_TEMPLATE*,**/CODE_OF_CONDUCT.md" --include "**/requirements/*.txt,**/*.rst" -o examples/THREAT-SCENARIOS-FLASK-o1-preview.md --agent-model o1-preview --agent-temperature 1 --agent-prompt-type threat-scenarios
Attack Tree:
python ai_security_analyzer/app.py dir -t flask/ -v --exclude "**/pull_request_template.md,**/ISSUE_TEMPLATE*,**/CODE_OF_CONDUCT.md" --include "**/requirements/*.txt,**/*.rst" -o examples/ATTACK-TREE-FLASK-o1-preview.md --agent-model o1-preview --agent-temperature 1 --agent-prompt-type attack-tree
python o1-preview o1-preview o1-preview o1-preview o1-preview
fabric-agent-action - A GitHub action that leverages fabric patterns through an agent-based approach
commands...Security Design:
python ai_create_project_sec_design/app.py dir -v -t fabric-agent-action/ --exclude "**/prompts/**" -o examples/FABRIC-AGENT-ACTION-o1-preview.md --agent-model o1-preview --agent-temperature 1 --agent-prompt-type sec-design
Threat Modeling:
python ai_security_analyzer/app.py dir -v -t fabric-agent-action/ --exclude "**/prompts/**" -o examples/THREAT-MODEL-FABRIC-AGENT-ACTION-o1-preview.md --agent-model o1-preview --agent-temperature 1 --agent-prompt-type threat-modeling
Attack Surface:
python ai_security_analyzer/app.py dir -v -t fabric-agent-action/ --exclude "**/prompts/**" -o examples/ATTACK-SURFACE-FABRIC-AGENT-ACTION-o1-preview.md --agent-model o1-preview --agent-temperature 1 --agent-prompt-type attack-surface
Threat Scenarios:
python ai_security_analyzer/app.py dir -v -t fabric-agent-action/ --exclude "**/prompts/**" -o examples/THREAT-SCENARIOS-FABRIC-AGENT-ACTION-o1-preview.md --agent-model o1-preview --agent-temperature 1 --agent-prompt-type threat-scenarios
Attack Tree:
python ai_security_analyzer/app.py dir -v -t fabric-agent-action/ --exclude "**/prompts/**" -o examples/ATTACK-TREE-FABRIC-AGENT-ACTION-o1-preview.md --agent-model o1-preview --agent-temperature 1 --agent-prompt-type attack-tree
python o1-preview o1-preview o1-preview o1-preview o1-preview