Skip to content

isDeterministicExfiltration

isDeterministicExfiltration(normalizedLowerCommand): boolean

Defined in: _worktrees/docs-release/gaunt-sloth/packages/agent/src/tools/shell/hardline.ts:581

Whether one pipeline both reads credential material and transmits data off the machine. Exported for tests, which pin BOTH directions: the credential-upload shapes must match, and git push / git push --force / gh pr create / npm publish / docker push / git fetch / scp report.pdf host: must not.

string

the command after normalizeCommand + toLowerCase(), i.e. exactly what the pattern loop in checkHardline matches against.

boolean