palantir-incident-runbook
Pass
Audited by Gen Agent Trust Hub on Sep 12, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [SAFE]: The automated detection of remote code execution via
curl | pythonis a false positive. The instructioncurl -s http://localhost:8080/health | python -m json.tooluses the standard Pythonjson.toolmodule to pretty-print JSON data, which is a safe formatting operation that does not execute the input as code. - [INDIRECT_PROMPT_INJECTION]: The skill triages incidents by processing application logs (
/var/log/app/app.log) and API responses. This creates a potential surface for indirect prompt injection if an attacker can control log output to influence the agent's interpretation. - Ingestion points: File access to
/var/log/app/app.logviagrepand HTTP responses viacurl. - Boundary markers: None explicitly defined for log ingestion.
- Capability inventory: Includes
Bash(curl)for health checks andpythonfor authentication verification. - Sanitization: The skill counts occurrences of error patterns in logs but does not perform specific sanitization of the log content before processing.
- [SAFE]: Handling of sensitive credentials follows security best practices. The skill checks for the presence and metadata (length) of the
FOUNDRY_TOKENenvironment variable without printing the secret value to the console or logs.
Audit Metadata