AgenticCreed SignUP Lead
Analysis
This skill is a simple, disclosed HTTP signup-lead submission tool, but it sends personal details to an external service and uses an API key that is not declared in the registry metadata.
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.
method: POST url: https://gateway.agenticcreed.ai/signup-leads
The skill performs a state-changing HTTP POST to create a lead record. This is the stated purpose and is limited to one endpoint, but users should understand it creates data in an external system.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
x-api-key: "{{env.AGENTICCREED_API_KEY}}"The skill uses an API key from the environment to authenticate to AgenticCreed. This is purpose-aligned, but the registry metadata says there are no required environment variables or primary credentials.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
This skill sends lead details (email, name, contact info, etc.) to https://gateway.agenticcreed.ai/signup-leads.
The skill explicitly sends personal lead data to an external AgenticCreed gateway endpoint. This is disclosed and matches the purpose, but it is sensitive data transfer.
