Go2.gg
Analysis
This is a straightforward Go2.gg API guide, but it can use a Go2.gg API key to create, edit, list, or delete links in the user's account.
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.
### Update a Link ... curl -X PATCH ... ### Delete a Link ... curl -X DELETE
The skill documents API calls that can modify or delete Go2.gg links. This is purpose-aligned, but mistakes could affect live short links.
Source: unknown; Homepage: none; No install spec — this is an instruction-only skill.
The package has limited provenance metadata, although no runnable code or install-time dependency is present in the supplied artifacts.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Requires GO2GG_API_KEY env var ... Auth: `Authorization: Bearer $GO2GG_API_KEY`
The skill expects a bearer API key for Go2.gg account access. This credential use is disclosed and fits the service, but it enables account-level API operations.
