safe-chains 0.181.0

Auto-allow safe bash commands in agentic coding tools
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[[command]]
name = "selene"
description = "Linter for Lua and Roblox Lua, written in Rust. Reads source files and reports findings to stdout. Static — does not execute Lua. Active project."
url = "https://github.com/Kampfkarren/selene"
researched_version = "selene 0.x"
level = "SafeRead"
bare = false
standalone = [
    "--allow-warnings", "--cache",
    "--color", "--display-style", "--help",
    "--no-exclude", "--no-summary",
    "--num-threads", "--quiet", "--version",
    "-V", "-h", "-q",
]
valued = [
    "--config", "--display-style",
    "--num-threads", "--pattern",
]