Access Control
LocalKeys requires explicit user approval before external programs can access secrets.
This prevents malicious software from stealing your secrets.
Warning
If you see an unknown access request that you didn't directly request or execute, deny it and investigate the source.
This could be malicious software attempting to steal your secrets.
Project-Specific Permissions
# Only allow access to "myapp" secrets
localkeys run --project=myapp -- npm start
Running this example will give the "npm start" process access only to secrets from the "myapp" project.
Logs
LocalKeys records all access requests and other security information.
To view saved logs, click the Logs button at the top of the home screen. You can delete them at any time.