sops-secret-access
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFECOMMAND_EXECUTIONCREDENTIALS_UNSAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
sopsCLI to decrypt files andjqto parse the resulting JSON data. - [CREDENTIALS_UNSAFE]: The skill targets sensitive files including
.env.sopsand directories such assecrets/. It includes detailed mitigation instructions to ensure decrypted credentials are not leaked into the agent's output, logs, or persistent documentation. - [INDIRECT_PROMPT_INJECTION]:
- Ingestion points: The agent is instructed to read and process content from encrypted repository files (e.g.,
components.sops.json,.env.sops). - Boundary markers: The skill does not provide specific delimiters for the decrypted data.
- Capability inventory: The agent has access to shell execution (
sops,jq) and file system operations. - Sanitization: The instructions recommend filtering data with
jqto extract only necessary metadata (e.g., registry keys) rather than processing full decrypted blobs.
Audit Metadata