Avoid permissive file modes
Files that can carry user or security data should not be created with world-accessible modes.
#Metadata
#Why it matters
Broad file permissions expose application data to local users or processes that should not read or modify it.
#Remediation
Use the minimum required file mode and remove world-readable or world-writable bits.
#Repository path
The generated metadata points to critiq-rules/libs/rules/catalog/rules/typescript/ts.security.permissive-file-permissions.rule.yaml.