MCPcopy Create free account
hub / github.com/TheSecuredAnalyst/security-suite / _audit_script

Function _audit_script

cli/main.py:1499–1507  ·  view source on GitHub ↗

Return the absolute path to a script in the repo's scripts/ directory.

(name: str)

Source from the content-addressed store, hash-verified

1497 fix command for each finding, and prompts you to apply, skip, or edit it.
1498
1499 Run 'secsuite audit run' first to generate findings.
1500
1501 Note: Linux only. Requires Ollama running locally (ollama serve).
1502
1503 Examples:
1504
1505 secsuite audit remediate
1506
1507 secsuite audit remediate --dry-run
1508
1509 secsuite audit remediate --severity CRITICAL --model llama3.2
1510 """

Callers 2

audit_runFunction · 0.85
audit_remediateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected