pk-capture
Pass
Audited by Gen Agent Trust Hub on Jul 8, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns, obfuscation, or unauthorized data access were detected. The skill correctly implements least-privilege principles by restricting file write operations to a dedicated 'inbox/' directory structure.
- [PROMPT_INJECTION]: The skill processes untrusted external data such as meeting transcripts, chat exports, and user-provided links, which represents a surface for indirect prompt injection.
- Ingestion points: External files and links processed via the 'Batch Ingest' and 'External Source' capture modes in
SKILL.mdandreferences/batch-ingest.md. - Boundary markers: No explicit delimiters or instructions are provided to the agent to treat external content as untrusted data.
- Capability inventory: File system access is limited to writing new files in
inbox/andraw/, and appending to activity logs inlog/. - Sanitization: No explicit sanitization or filtering of external input is described.
Audit Metadata