access-tokens
Pass
Audited by Gen Agent Trust Hub on Apr 14, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses a custom helper script
scripts/tfy-api.shto executecurlcommands against the TrueFoundry API. This script includes safety checks such as validating the HTTP method and preventing path traversal in the API path. It also usestfy-version.shto check for installed tool versions using standard commands likepip showandtfy --version. - [EXTERNAL_DOWNLOADS]: The skill mentions installing the
truefoundrypackage from the Python Package Index (PyPI) and usinguv runto register accounts. These are standard operations for interacting with the TrueFoundry platform and utilize well-known, trusted registries. - [CREDENTIALS_UNSAFE]: While the skill manages highly sensitive Personal Access Tokens (PATs), it implements strict internal security policies. It explicitly instructs the agent not to repeat, store, or log token values in its responses, and provides a 'masking' policy to ensure full tokens are only displayed once upon user confirmation.
- [PROMPT_INJECTION]: The skill documentation (
references/container-versions.mdandreferences/manifest-schema.md) identifies potential risks of indirect prompt injection from external sources like agent card URLs or third-party release pages. It provides proactive instructions to the agent to treat these sources as untrusted and to require user confirmation, effectively mitigating this vector.
Audit Metadata