nw-density-resolution-contract
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFE
Full Analysis
- [DATA_EXPOSURE]: The skill accesses
~/.nwave/global-config.jsonto retrieve documentation density settings. This hidden configuration file in the user's home directory is used to persist preferences for the nWave-ai toolset. - [COMMAND_EXECUTION]: The instructions call for executing local project scripts, including
scripts/shared/density_config.pyfor density resolution andscripts/shared/telemetry.pyfor logging. - [DATA_EXFILTRATION]: Telemetry events are emitted to a local
JsonlAuditLogWriter. This process records feature usage and user choices locally within the audit log system. - [PROMPT_INJECTION]: The skill defines logic for responding to user requests to expand documentation sections. It utilizes a predefined expansion catalog to ensure the agent does not improvise content beyond established documentation.
Audit Metadata