favcrm-agentic-registration — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited favcrm-agentic-registration (Agent Skill) and scored it 96/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 1 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 1 flagged
The text {match} tells the agent to skip the normal "ask the user first" gate. Used adversarially it removes the human-in-the-loop check before destructive or sensitive actions, turning a normally-gated agent into a fire-and-forget executor.
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Use this skill when a new user wants to sign up for FavCRM without leaving an MCP client. The real product flow is the no-auth MCP tool pair register_organisation_request -> register_organisation_verify.
register_organisation_request followed by register_organisation_verify.favcrm CLI supports the same no-auth flow with favcrm signup request and favcrm signup verify./v6/dev/signup and /v6/dev/verify as REST sandbox fallback/docs only.email: owner email that receives the 6-digit code.organisationName: business or brand name.industry: one of beauty, fitness, tutoring, retail, hospitality, services, other.country: ISO 3166-1 alpha-2 country code, such as HK, US, GB.timezone: IANA timezone, such as Asia/Hong_Kong.register_organisation_request.register_organisation_verify with requestId and code.loginUrl, workspace IDs if useful, and secure key handling guidance.favcrm signup verify saves the key by default unless --no-save is used.Read references/agentic-registration-flow.md for exact call shapes and failure handling.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.