Pg Jobs
Analysis
This is a coherent ProxyGate job-board skill, but it can guide an agent through financial escrow and account-changing actions without explicit confirmation guardrails.
Findings (4)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
proxygate jobs create --non-interactive ... --reward 10.5 ... proxygate jobs accept <job-id> # release escrow to solver
The skill documents commands that can lock USDC in escrow and release escrowed funds, but it does not pair these high-impact actions with explicit confirmation or review requirements.
proxygate withdraw # withdraw all available proxygate listings delete <id> # permanent deletion
The bundled command reference goes beyond the job-board purpose and includes broader financial and account-management actions, including withdrawing funds and permanently deleting listings.
Source: unknown Homepage: none Required binaries (all must exist): none No install spec — this is an instruction-only skill.
The skill relies on an external ProxyGate CLI/SDK in its instructions, but the registry metadata does not declare a source, homepage, install spec, or required binary.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
proxygate login --key pg_live_... # authenticate with API key proxygate login --keypair <path> # connect wallet keypair Config: `~/.proxygate/config.json`
The skill’s related CLI reference uses ProxyGate API keys, wallet keypairs, and persistent local account configuration; this is expected for ProxyGate escrow actions but is sensitive authority.
