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 lsof to verify service ports, docker to check container health, and kcat to monitor Kafka topics. It also includes commands for managing local processes using ps and kill, 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 like pnpm build, cargo build, and npx 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
Risk Level
SAFE
Analyzed
May 5, 2026, 09:22 AM