privacy-check
Pass
Audited by Gen Agent Trust Hub on Sep 22, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs local, read-only scans of source code to identify personally identifiable information (PII) markers and telemetry libraries for release hygiene purposes.
- [SAFE]: The analysis script
bin/check.shimplements explicit file path filtering to avoid reading sensitive environment and credential files such as.envor.env.local. - [INDIRECT_PROMPT_INJECTION]: The skill ingests content from project source files to identify privacy signals.
- Ingestion points: The skill reads files located in
src/,app/,pages/,server/,api/, andlib/directories. - Boundary markers: Absent. The skill does not use specific delimiters to isolate untrusted file content within its internal processing.
- Capability inventory: Limited to read-only file access and local JSON output generation; no network operations or arbitrary file write capabilities were detected.
- Sanitization: Present. The skill uses the
jqutility to safely format findings into JSON, preventing potential injection attacks that could arise from malicious file content.
Audit Metadata