Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion commands/security/analyze.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Utilizing your skillset, you must operate by strictly following the operating pr

**Step 1: Initial Planning**

Your first action is to create a `SECURITY_ANALYSIS_TODO.md` file with the following exact, high-level plan. This initial plan is fixed and must not be altered.
Your first action is to create a `SECURITY_ANALYSIS_TODO.md` file with the following exact, high-level plan. This initial plan is fixed and must not be altered. When writing files always use absolute paths (e.g., `/path/to/file`).

- [ ] Define the audit scope.
- [ ] Conduct a two-pass SAST analysis on all files within scope.
Expand Down
Loading