UNPKG

aios-core

Version:

Synkra AIOS: AI-Orchestrated System for Full Stack Development - Core Framework

33 lines (32 loc) 909 B
{ "env": { "node": true, "es2021": true }, "extends": [ "eslint:recommended" ], "plugins": [ "security", "no-secrets" ], "parserOptions": { "ecmaVersion": 2021, "sourceType": "module" }, "rules": { "security/detect-object-injection": "error", "security/detect-non-literal-regexp": "warn", "security/detect-unsafe-regex": "error", "security/detect-buffer-noassert": "error", "security/detect-child-process": "error", "security/detect-disable-mustache-escape": "error", "security/detect-eval-with-expression": "error", "security/detect-no-csrf-before-method-override": "error", "security/detect-non-literal-fs-filename": "warn", "security/detect-non-literal-require": "error", "security/detect-possible-timing-attacks": "warn", "security/detect-pseudoRandomBytes": "error", "no-secrets/no-secrets": "error" } }