consent-registry
Pass
Audited by Gen Agent Trust Hub on Aug 20, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute a local Python script,
registry-events.py, located within the repository'sscripts/directory to process consent events and check suppression status. - [COMMAND_EXECUTION]: The instructions provide a shell snippet to dynamically resolve the project root using
git rev-parse --show-toplevelor theCLAUDE_PLUGIN_ROOTenvironment variable. - [DATA_EXPOSURE]: The skill manages a local data stream in
memory/events/consent.ndjsonand a projection cache inmemory/projections/consent-suppressions.json. However, it includes strict instructions to only store pseudonymous subject IDs and opaque proof references, specifically forbidding the storage of email addresses, phone numbers, or names. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted evidence and external event data. It mitigates risk by requiring host-capability authorization for mutations, enforcing schema validation via the registry script, and explicitly stating that external evidence cannot self-declare its own lawful basis.
Audit Metadata