federal-register-doc-fetch
Pass
Audited by Gen Agent Trust Hub on Mar 30, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION]: The skill provides structured instructions for document retrieval and does not contain any patterns intended to bypass AI safety filters or override system instructions.
- [DATA_EXFILTRATION]: No evidence of unauthorized data transmission was found. The skill interacts with the authoritative federalregister.gov domain and does not access sensitive local files or environment variables beyond its own configuration.
- [REMOTE_CODE_EXECUTION]: The script uses standard Python modules and avoids dangerous functions such as eval() or exec() that could lead to remote code execution.
- [EXTERNAL_DOWNLOADS]: Network requests are directed to the official Federal Register API, which is a well-known and trusted source for regulatory documents.
- [COMMAND_EXECUTION]: The skill does not perform arbitrary shell command execution or use subprocesses to interact with the host system.
- [CREDENTIALS_UNSAFE]: No hardcoded API keys or secrets were detected; the skill utilizes a public API that does not require authentication.
Audit Metadata