lokalise-sdk-patterns

Pass

Audited by Gen Agent Trust Hub on Sep 9, 2026

Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
  • [INDIRECT_PROMPT_INJECTION]: The skill provides code patterns for uploading locale files which involve reading from the local filesystem via dynamic paths.
  • Ingestion points: The uploadWithProgress function in SKILL.md accepts a filePath parameter that dictates which file is read from the disk.
  • Boundary markers: The provided code snippets do not include explicit path validation or boundary checks to ensure only translation files are accessed.
  • Capability inventory: The skill demonstrates the use of fs.readFileSync in conjunction with the @lokalise/node-api upload method, which sends file contents to an external service.
  • Sanitization: Input sanitization for the file path is not demonstrated in the pattern, relying on the implementing agent to verify the safety of the source path.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 9, 2026, 03:47 AM
Security Audit — agent-trust-hub — lokalise-sdk-patterns