Scan dependencies for known vulnerabilities and licenses.
Overall
score
61%
{
"context": "This evaluation assesses how well the engineer uses the Safety CLI package's firewall mode functionality to create a wrapper script that intercepts package manager commands for security scanning. The focus is on proper usage of Safety's firewall initialization and removal commands.",
"type": "weighted_checklist",
"checklist": [
{
"name": "Firewall initialization",
"description": "Uses the 'safety firewall init' command with appropriate tool arguments to install security interceptors for package managers",
"max_score": 30
},
{
"name": "Firewall removal",
"description": "Uses the 'safety firewall uninstall' command to remove all installed interceptors",
"max_score": 25
},
{
"name": "Tool specification",
"description": "Properly passes package manager names (e.g., pip, poetry) using the --tool flag when initializing the firewall",
"max_score": 20
},
{
"name": "Command execution",
"description": "Executes Safety CLI commands using subprocess or similar mechanism to interact with the Safety package",
"max_score": 15
},
{
"name": "Error detection",
"description": "Checks for Safety package availability and handles command execution errors appropriately",
"max_score": 10
}
]
}Install with Tessl CLI
npx tessl i tessl/pypi-safetydocs
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10