ps-poteto-mode
Warn
Audited by Gen Agent Trust Hub on Sep 1, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSDATA_EXFILTRATIONCOMMAND_EXECUTIONDYNAMIC_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The
scripts/bootstrap.tsscript executesbun installat runtime to fetch and install Node.js dependencies defined inscripts/package.jsonfrom the npm registry. - [DATA_EXPOSURE]: The
scripts/worktree-audit.shscript accesses theagent-transcriptsdirectory located in the user's project folder. It usesripgrepto search through the contents of previous interaction transcripts to identify which worktrees are actively in use by the agent. - [COMMAND_EXECUTION]: Several scripts in the skill execute system-level commands to interact with development tools.
scripts/orch/store.tsexecutesgitand thegt(Graphite) CLI usingexecFileSync.scripts/watch-pr/github.tsexecutes thegh(GitHub) CLI to fetch pull request metadata and check statuses.scripts/worktree-audit.shexecutesgit,du,jq, andrgfor file system and repository auditing.- [DYNAMIC_EXECUTION]: The
scripts/bootstrap.tsscript uses a self-restarting mechanism where it re-executes the current process usingBun.spawnSyncafter verifying or installing dependencies. Additionally,scripts/watch-pr/watch-prdynamically imports and executes the CLI logic after bootstrapping. - [INDIRECT_PROMPT_INJECTION]: The
playbooks/babysit.mdandscripts/watch-pr/github.tsfiles describe a workflow where the agent ingests pull request comments and review data from GitHub. While the skill includes instructions to treat this data as untrusted, the ingestion of attacker-controlled external text presents a surface for indirect prompt injection attacks.
Audit Metadata