Payout Possum
Analysis
This appears to be a legitimate money-recovery guide, but it asks for sensitive identity and financial details and can search Gmail if you explicitly approve it.
Findings (3)
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.
rm -rf "${target_dir}"
...
install_dir "${HOME}/.codex/skills"
install_dir "${HOME}/.openclaw/skills"The optional local installer replaces any existing payout-possum directory in local agent skill folders. This is a normal install pattern, but it does modify the local agent environment if run.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Capture: - Full legal name and common variants - Prior names - Current state and prior states - Current address and prior addresses - Phone numbers and email addresses used historically - Employers, unions, schools, military service, and retirement-plan providers - Banks, brokerages, insurers, utilities, mortgage servicers, and loan servicers
The workflow asks for sensitive identity, address, employment, and financial-relationship details. This is expected for a money-recovery search, but it is high-sensitivity information.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Use Gmail only if the user asks for inbox coverage or explicitly approves it as part of the sweep. Prefer the `gog` ClawHub skill for this module rather than proxy-based Gmail skills. Default to read-only behavior. Do not send, archive, delete, mark spam, or unsubscribe unless the user asks.
The skill can delegate Gmail searches to another ClawHub skill. The artifact limits this to explicit user approval and read-only behavior by default, but inbox access is still sensitive.
