debugging-local-replay
Pass
Audited by Gen Agent Trust Hub on May 5, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill provides instructions for running several diagnostic commands to inspect the local development environment, including
lsofto verify service ports,dockerto check container health, andkcatto monitor Kafka topics. It also includes commands for managing local processes usingpsandkill, which are standard for resolving orphaned process issues in development.\n- [INDIRECT_PROMPT_INJECTION]: The diagnostic workflow involves reading data from local streams, such as Kafka message summaries and service metadata endpoints. While these represent points where untrusted data enters the agent context, the operations are limited to structural verification (e.g., checking if data is flowing) and do not involve complex parsing of potentially malicious payloads.\n- [REMOTE_CODE_EXECUTION]: The skill refers to local build and execution commands likepnpm build,cargo build, andnpx tsx. These are standard parts of the PostHog development workflow and operate on the local source code without fetching or executing code from untrusted external repositories.
Audit Metadata