secrets
Pass
Audited by Gen Agent Trust Hub on Apr 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill manages secrets on the TrueFoundry platform using a dedicated helper script (
tfy-api.sh) that implements authenticated API communication. - [SAFE]: The instructions include a strict security policy for credential handling, specifically prohibiting the agent from accepting, logging, or displaying raw secret values.
- [SAFE]: It utilizes a restrictive
allowed-toolsconfiguration in the YAML frontmatter, limiting shell execution scope to the skill's own API helper script. - [SAFE]: External dependencies are limited to official vendor resources, such as the
truefoundryPython package and the TrueFoundry API endpoints. - [SAFE]: The helper script
tfy-api.shincludes basic security validations, such as preventing path traversal in API endpoints and safely parsing.envfiles without usingeval.
Audit Metadata