Halocard Virtual Credit cards
Analysis
This is a clearly disclosed payment helper that requires user approval before creating a card, but it uses a sensitive Halocard token to complete real purchases.
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.
Do **not** create a card until the user confirms. ... **POST** `https://agent.halocard.co/api/v1/payments` ... Submit the payment.
The skill instructs the agent to create a virtual card and complete checkout, which is a real financial action; the same workflow requires explicit user approval first.
Source: unknown Homepage: none
The registry does not provide source or homepage provenance, which matters more for a skill that handles payment credentials, though no executable code is installed.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Store it as `HALOCARD_TOKEN` environment variable ... Headers: `Authorization: Bearer $HALOCARD_TOKEN`
The skill requires a bearer token that authorizes Halocard payment-card creation, which is expected for this purpose but sensitive.
