2026-08-09 16:53:38 +03:00
|
|
|
{
|
|
|
|
|
"permissions": {
|
|
|
|
|
"allow": [
|
|
|
|
|
"Bash(npm test *)",
|
2026-08-09 19:16:52 +03:00
|
|
|
"Bash(BOT_TOKEN=\"123456:AAFAKE_TOKEN_FOR_SMOKE_TEST\" LOG_LEVEL=debug timeout 25 node src/index.js)",
|
|
|
|
|
"Bash(timeout 20 node src/index.js)",
|
|
|
|
|
"Bash(BOT_TOKEN=\"123456:AAFAKE\" timeout 25 node src/index.js)",
|
|
|
|
|
"Bash(npm run *)",
|
|
|
|
|
"Bash(node -e ' *)",
|
|
|
|
|
"WebSearch",
|
|
|
|
|
"Bash(npm view *)",
|
|
|
|
|
"Bash(npm i *)",
|
|
|
|
|
"Bash(node -e \"console.log\\('telegram', require\\('telegram/package.json'\\).version\\)\")",
|
|
|
|
|
"Bash(node --input-type=module -e ' *)",
|
|
|
|
|
"Bash(node -e \"console.log\\(require\\('crypto'\\).randomBytes\\(32\\).toString\\('hex'\\)\\)\")",
|
|
|
|
|
"Bash(ENCRYPTION_KEY=__CMDSUB_OUTPUT__ RETENTION_DAYS=30 node --input-type=module -e ' *)",
|
|
|
|
|
"Bash(rmdir test *)",
|
|
|
|
|
"Bash(echo \"=== removed test/ \\(exit $?\\) ===\")"
|
2026-08-09 16:53:38 +03:00
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|