teleport-access-review
Pass
Audited by Gen Agent Trust Hub on Jul 21, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes
tctlandtshbinaries to query Teleport cluster state. It defines a strict allowlist of read-only subcommands and provides strong instructions to prevent the execution of any write or mutating operations based on untrusted output. - [DATA_EXFILTRATION]: The skill processes sensitive access data locally. It follows best practices for data handling, such as using
mktempfor temporary scratch files and usingjqfor post-processing, rather than sending data to external endpoints. - [PROMPT_INJECTION]: Detection of injection-like strings in the skill documentation was found to be defensive guidance. These instructions explicitly teach the agent to identify and ignore malicious commands that might be embedded in cluster metadata like node aliases or labels.
- [SAFE]: The skill demonstrates exceptional security awareness by implementing robust boundary markers for untrusted data (e.g., treating output as if enclosed in tags) and requiring literal quoting for all variables reused in follow-up queries to prevent command injection.
Audit Metadata